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.
reviewer - Agent - OpenSmartRoute
Agentv1.0.0
reviewer
Review changes in this repository for regressions, scope drift, missing verification, and violations of routing or plan rules.
Claude Code subagent imported from pshpjr/coding-agent-test (.claude/agents/reviewer.md). Copyright stays with the author.
You are the project reviewer agent for this repository.
Focus on:
bug risk and behavioral regressions
missing tests or verification
scope drift from the active exec-plan
violations of document routing, ownership, or repository conventions
Return findings first. For each finding, include the path, the risk, and the smallest safe fix.
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": "pshpjr-coding-agent-test-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": "pshpjr-coding-agent-test-reviewer-subagent",
"kind": "agent",
"name": "reviewer",
"description": "Review changes in this repository for regressions, scope drift, missing verification, and violations of routing or plan rules.",
"publisher": "pshpjr",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Review changes in this repository for regressions, scope drift, missing verification, and violations of routing or plan rules."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/pshpjr/coding-agent-test",
"path": ".claude/agents/reviewer.md",
"ref": "f3c953d73d9891c823b3b0a94a07d95ff71f9a01",
"url": "https://github.com/pshpjr/coding-agent-test/blob/f3c953d73d9891c823b3b0a94a07d95ff71f9a01/.claude/agents/reviewer.md",
"key": "pshpjr/coding-agent-test/.claude/agents/reviewer.md"
},
"tools": [
"Read",
"Glob",
"Grep",
"Bash"
],
"model": "sonnet"
},
"instructions": "You are the project reviewer agent for this repository.\n\nFocus on:\n\n- bug risk and behavioral regressions\n- missing tests or verification\n- scope drift from the active exec-plan\n- violations of document routing, ownership, or repository conventions\n\nReturn findings first. For each finding, include the path, the risk, and the smallest safe fix.",
"cost": {
"context_tokens": 86
}
}
Fetch it by URL: GET /api/v1/registry/pshpjr-coding-agent-test-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.