Code Review
Identifies potential bugs, security vulnerabilities, and style inconsistencies in Python/Node.js backend code.
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 npx -- -y @trustedskills/code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The code-review skill enables AI agents to analyze and provide feedback on source code. It identifies potential bugs, performance issues, style inconsistencies, and security vulnerabilities in code written in various programming languages.
When to use it
- Before merging a pull request to ensure code quality
- To review contributions from external developers or team members
- During code refactoring to identify areas for improvement
- As part of an automated CI/CD pipeline to enforce coding standards
Key capabilities
- Detects syntax errors and logical flaws in code
- Provides suggestions for improving performance and readability
- Highlights security vulnerabilities such as SQL injection or XSS risks
- Enforces adherence to style guides and best practices
Example prompts
- "Review this Python script for potential bugs and suggest improvements."
- "Check the JavaScript function for security issues and optimize its performance."
- "Analyze this React component for code quality and style consistency."
Tips & gotchas
- Ensure that the code being reviewed is well-formatted and follows standard syntax rules.
- While the skill can identify many common issues, it may not catch context-specific logic errors or domain-related bugs.
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.