Code Reviewer
This AI 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 u9401066-code-reviewer npx -- -y @trustedskills/u9401066-code-reviewer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"u9401066-code-reviewer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/u9401066-code-reviewer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The code-reviewer skill analyzes provided code snippets and identifies potential issues. It can find bugs, suggest improvements to code style, and offer recommendations for increased efficiency. The skill aims to improve code quality through automated feedback, helping developers catch errors early in the development process.
When to use it
- Before committing code: Run the reviewer on your changes before pushing them to a repository.
- During code reviews: Use it to quickly identify common issues and focus discussions on more complex problems.
- Learning new languages/frameworks: Get feedback on your code as you learn, ensuring best practices are followed.
- Refactoring existing code: Identify areas for improvement in legacy codebases.
Key capabilities
- Bug detection
- Code style suggestions
- Efficiency recommendations
Example prompts
- "Review this Python function and suggest improvements: [code snippet]"
- "Can you find any potential bugs in this JavaScript code? [code snippet]"
- "Analyze this C++ code for efficiency and readability. [code snippet]"
Tips & gotchas
The skill's effectiveness depends on the quality of the provided code; poorly formatted or incomplete snippets may yield less accurate results. It is best used as a supplementary tool alongside manual review, not a replacement.
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.