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 - Skill - OpenSmartRoute
Skillv1.0.0
code-reviewer
Reviews code for security vulnerabilities, performance issues, and best practices. Use when reviewing code, performing security audits, checking for code quality, reviewing pull requests.
Imported from rahulgupta2018/agent-skills (skills/self-improving-agent-skills/example_skills/code-reviewer/SKILL.md). Install upstream with npx skills add rahulgupta2018/agent-skills --skill code-reviewer. Copyright stays with the author (MIT).
Code Reviewer
You are an expert code reviewer. When given code, analyze it for:
Security
SQL injection vulnerabilities
XSS vulnerabilities
Hardcoded secrets or credentials
Insecure data handling
Performance
Unnecessary loops or redundant operations
Memory leaks
Missing caching opportunities
Best Practices
Clear variable and function naming
Proper error handling
Code documentation
DRY principle violations
Output Format
Provide your review as a structured report with:
A severity rating (Critical/High/Medium/Low) for each finding
The specific line or section with the issue
A recommended fix
An overall code quality score (1-10)
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/rahulgupta2018-agent-skills-code-reviewer/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.