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.
cr - Agent - OpenSmartRoute
Agentv1.0.0
cr
Code review agent — bounded risk-selected read-only review with direct advisory Markdown.
Custom agent imported from jIRI-san/klikety (.github/agents/cr.agent.md). Copyright stays with the author.
Code Review
Read the CR skill and follow it end to end. Reviewers remain read-only; edit
may only write the canonical plan-associated direct report described by the skill. Return its advisory
Markdown, then offer the Fix selected findings handoff.
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/jiri-san-klikety-cr-agent/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.
jiri-san-klikety-cr-agent.ocm.jsonjson
{
"ocm": "1",
"id": "jiri-san-klikety-cr-agent",
"kind": "agent",
"name": "cr",
"description": "Code review agent — bounded risk-selected read-only review with direct advisory Markdown.",
"publisher": "jIRI-san",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Code review agent — bounded risk-selected read-only review with direct advisory Markdown."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/jIRI-san/klikety",
"path": ".github/agents/cr.agent.md",
"ref": "cad26e1d80ae4b0e6652800ddad4a27cd9f18cd4",
"url": "https://github.com/jIRI-san/klikety/blob/cad26e1d80ae4b0e6652800ddad4a27cd9f18cd4/.github/agents/cr.agent.md",
"key": "jIRI-san/klikety/.github/agents/cr.agent.md"
},
"tools": [
"read",
"search",
"execute",
"edit",
"agent",
"todo"
],
"handoffs": [
{
"label": "Fix selected findings",
"agent": "agent",
"prompt": "Fix the findings I selected from the code review above. Apply changes directly to the codebase.",
"send": false
}
]
},
"instructions": "# Code Review\n\nRead [the CR skill](../skills/cr/SKILL.md) and follow it end to end. Reviewers remain read-only; `edit`\nmay only write the canonical plan-associated direct report described by the skill. Return its advisory\nMarkdown, then offer the **Fix selected findings** handoff.",
"cost": {
"context_tokens": 70
}
}
Fetch it by URL: GET /api/v1/registry/jiri-san-klikety-cr-agent/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.