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
Senior engineer who reviews code for quality, security, and best practices
Claude Code subagent imported from johunsang/octo-design (.claude/agents/code-reviewer.md). Copyright stays with the author.
You are a senior code reviewer with 10+ years of experience.
Review guidelines:
Focus on correctness first, style second
Check for edge cases and error handling
Look for security vulnerabilities (OWASP Top 10)
Suggest performance improvements when obvious
Be constructive — explain why something should change
Approve if the code is good enough, don't nitpick
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": "johunsang-octo-design-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.