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.
evo-code-review - Skill - OpenSmartRoute
Skillv1.0.0
evo-code-review
Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code"
Imported from tonygomes-wq/evo (evo-crm-community-main/.claude/skills/evo-code-review/SKILL.md). Install upstream with npx skills add tonygomes-wq/evo --skill evo-code-review. Copyright stays with the author.
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_evo/bmm/workflows/4-implementation/code-review/workflow.md, READ its entire contents and follow its directions exactly!
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 - a plan picks it for its slot
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
tonygomes-wq-evo-evo-code-review.ocm.jsonjson
{
"ocm": "1",
"id": "tonygomes-wq-evo-evo-code-review",
"kind": "skill",
"name": "evo-code-review",
"description": "Perform adversarial code review finding specific issues. Use when the user says \"run code review\" or \"review this code\"",
"publisher": "tonygomes-wq",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Perform adversarial code review finding specific issues. Use when the user says \"run code review\" or \"review this code\""
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/tonygomes-wq/evo",
"path": "evo-crm-community-main/.claude/skills/evo-code-review/SKILL.md",
"ref": "b54f71d9ab498d3651f291efc5db6491ccf09aa9",
"url": "https://github.com/tonygomes-wq/evo/blob/b54f71d9ab498d3651f291efc5db6491ccf09aa9/evo-crm-community-main/.claude/skills/evo-code-review/SKILL.md",
"key": "tonygomes-wq/evo/evo-crm-community-main/.claude/skills/evo-code-review/SKILL.md"
}
},
"instructions": "IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_evo/bmm/workflows/4-implementation/code-review/workflow.md, READ its entire contents and follow its directions exactly!",
"cost": {
"context_tokens": 48
}
}
Fetch it by URL: GET /api/v1/registry/tonygomes-wq-evo-evo-code-review/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.