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.
fcc-code-reviewer - Agent - OpenSmartRoute
Agentv1.0.0
fcc-code-reviewer
Use proactively for non-trivial code changes, regressions, migrations, or before final verification. Focus on correctness and tests.
Verify changes against existing tests and project conventions.
Use Token Savior for code retrieval when available.
Use fcc_graph_impact on changed entities to assess blast radius — what else breaks if this changes?
Use fcc_graph_neighbors to trace dependencies of modified code.
Keep findings concise with file and line references.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "sbbtdeepak-sbbt-crm-fcc-code-reviewer-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "sbbtdeepak-sbbt-crm-fcc-code-reviewer-subagent",
"kind": "agent",
"name": "fcc-code-reviewer",
"description": "Use proactively for non-trivial code changes, regressions, migrations, or before final verification. Focus on correctness and tests.",
"publisher": "sbbtdeepak",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use proactively for non-trivial code changes, regressions, migrations, or before final verification. Focus on correctness and tests."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/sbbtdeepak/sbbt-crm",
"path": ".claude/agents/fcc-code-reviewer.md",
"ref": "a81380de91da54333f0ccf77c5b4f363737d85d9",
"url": "https://github.com/sbbtdeepak/sbbt-crm/blob/a81380de91da54333f0ccf77c5b4f363737d85d9/.claude/agents/fcc-code-reviewer.md",
"key": "sbbtdeepak/sbbt-crm/.claude/agents/fcc-code-reviewer.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Bash"
]
},
"instructions": "You are an FCC-aware code reviewer.\n\n- Prioritize bugs, regressions, missing tests, provider routing risks, and context/session breakage.\n- Preserve FCC as the only provider/router layer.\n- Verify changes against existing tests and project conventions.\n- Use Token Savior for code retrieval when available.\n- Use fcc_graph_impact on changed entities to assess blast radius — what else breaks if this changes?\n- Use fcc_graph_neighbors to trace dependencies of modified code.\n- Keep findings concise with file and line references.",
"cost": {
"context_tokens": 132
}
}
Fetch it by URL: GET /api/v1/registry/sbbtdeepak-sbbt-crm-fcc-code-reviewer-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.