Code Reviewer
This Code Reviewer analyzes your backend code for potential bugs and style issues, boosting code quality and reducing errors.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ovachiever-code-reviewer npx -- -y @trustedskills/ovachiever-code-reviewer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ovachiever-code-reviewer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ovachiever-code-reviewer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
Code Reviewer
What it does
This agent acts as an automated peer reviewer, analyzing submitted code for logic errors, security vulnerabilities, and adherence to best practices. It provides immediate feedback to help developers improve code quality before merging changes into the main branch.
When to use it
- Before pushing critical updates to a production environment to catch potential bugs early.
- During pull request workflows to ensure new features align with existing architectural standards.
- When learning a new language or framework to get instant, expert-level critiques on implementation details.
- For auditing legacy codebases to identify outdated patterns or security risks.
Key capabilities
- Identifies logical flaws and runtime errors within the provided code snippets.
- Flags security vulnerabilities such as injection risks or improper authentication handling.
- Enforces coding style guides and consistency across different modules.
- Suggests refactoring opportunities to improve performance and readability.
Example prompts
- "Review this Python function for memory leaks and suggest optimizations."
- "Analyze the following React component for potential XSS vulnerabilities."
- "Critique this database migration script for data integrity issues."
Tips & gotchas
Ensure you provide complete context, including relevant dependencies or configuration files, so the reviewer understands the full environment. While powerful, always verify critical security fixes manually, as AI agents may occasionally miss edge cases specific to your unique business logic.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.