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.
code-reviewer - Agent - OpenSmartRoute
Agentv1.0.0
code-reviewer
Read-only review of staged code changes per docs/contributor/review-prompt.md. Use after staging a code commit and before landing, and again for a second pass when blocking findings have been applied.
Claude Code subagent imported from wilfriedroset/a10r (.claude/agents/code-reviewer.md). Copyright stays with the author.
Read docs/contributor/review-prompt.md and review the staged
changes (git diff --cached) strictly per its instructions. Return
findings in the structure that file specifies. Do not modify any
files. The spawner supplies context (what changed, what to scrutinise);
the canonical prompt governs how you review.
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/wilfriedroset-a10r-code-reviewer-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.
{
"ocm": "1",
"id": "wilfriedroset-a10r-code-reviewer-subagent",
"kind": "agent",
"name": "code-reviewer",
"description": "Read-only review of staged code changes per docs/contributor/review-prompt.md. Use after staging a code commit and before landing, and again for a second pass when blocking findings have been applied.",
"publisher": "wilfriedroset",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read-only review of staged code changes per docs/contributor/review-prompt.md. Use after staging a code commit and before landing, and again for a second pass when blocking findings have been applied."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/wilfriedroset/a10r",
"path": ".claude/agents/code-reviewer.md",
"ref": "c031f9113cf7fc9453d6a67a655b835a32845a49",
"url": "https://github.com/wilfriedroset/a10r/blob/c031f9113cf7fc9453d6a67a655b835a32845a49/.claude/agents/code-reviewer.md",
"key": "wilfriedroset/a10r/.claude/agents/code-reviewer.md"
},
"tools": [
"Bash",
"Read",
"Grep",
"Glob"
]
},
"instructions": "Read `docs/contributor/review-prompt.md` and review the staged\nchanges (`git diff --cached`) strictly per its instructions. Return\nfindings in the structure that file specifies. Do not modify any\nfiles. The spawner supplies context (what changed, what to scrutinise);\nthe canonical prompt governs how you review.",
"cost": {
"context_tokens": 78
}
}
Fetch it by URL: GET /api/v1/registry/wilfriedroset-a10r-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.