Code Review Pro
Automated code review focusing on performance, security vulnerabilities, and adherence to best practices in backend systems.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add code-review-pro npx -- -y @trustedskills/code-review-pro
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"code-review-pro": {
"command": "npx",
"args": [
"-y",
"@trustedskills/code-review-pro"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The code-review-pro skill enables AI agents to analyze, evaluate, and provide feedback on code written in various programming languages. It identifies potential bugs, performance issues, security vulnerabilities, and style inconsistencies, helping developers improve the quality of their code.
When to use it
- Before merging a pull request to ensure code meets quality standards
- To identify hidden bugs or inefficiencies in legacy codebases
- When preparing for code audits or compliance checks
Key capabilities
- Detects syntax errors and logical flaws
- Suggests performance optimizations
- Highlights security risks like SQL injection or XSS vulnerabilities
- Enforces coding style and best practices
Example prompts
- "Review this Python script for potential bugs and suggest improvements."
- "Check the JavaScript function for security vulnerabilities."
- "Analyze this C++ code for memory leaks and optimize where possible."
Tips & gotchas
- Ensure the code being reviewed is well-formatted and includes relevant context.
- While the skill provides strong recommendations, always validate suggestions with manual testing or peer review.
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.