Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
ci - Agent - OpenSmartRoute
Agentv1.0.0
ci
CI and pre-commit orchestrator. Runs geo, tidyverse lint, stats, gh_actions, and targets checks in sequence. Use before committing or in CI to get a full pipeline health report.
Claude Code subagent imported from eco-emma/emma_envdata (.claude/agents/ci.md). Copyright stays with the author.
Read .github/agents/ci.agent.md (the master definition) and execute its full
orchestration checklist. That file is the authoritative source — follow it exactly.
In summary: lint R/, then invoke the geo, stats, gh_actions, and targets subagents
on changed files in sequence. Print a consolidated [PASS|WARN|FAIL] summary.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/eco-emma-emma-envdata-ci-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
eco-emma-emma-envdata-ci-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "eco-emma-emma-envdata-ci-subagent",
"kind": "agent",
"name": "ci",
"description": "CI and pre-commit orchestrator. Runs geo, tidyverse lint, stats, gh_actions, and targets checks in sequence. Use before committing or in CI to get a full pipeline health report.",
"publisher": "eco-emma",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"CI and pre-commit orchestrator. Runs geo, tidyverse lint, stats, gh_actions, and targets checks in sequence. Use before committing or in CI to get a full pipeline health report."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/eco-emma/emma_envdata",
"path": ".claude/agents/ci.md",
"ref": "dc89693315ac39afa92a328b2e89d6443c4527a1",
"url": "https://github.com/eco-emma/emma_envdata/blob/dc89693315ac39afa92a328b2e89d6443c4527a1/.claude/agents/ci.md",
"key": "eco-emma/emma_envdata/.claude/agents/ci.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Bash"
]
},
"instructions": "Read `.github/agents/ci.agent.md` (the master definition) and execute its full\norchestration checklist. That file is the authoritative source — follow it exactly.\n\nIn summary: lint R/, then invoke the geo, stats, gh_actions, and targets subagents\non changed files in sequence. Print a consolidated `[PASS|WARN|FAIL]` summary.",
"cost": {
"context_tokens": 81
}
}
Fetch it by URL: GET /api/v1/registry/eco-emma-emma-envdata-ci-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.