Code Review Master
Automates thorough backend code reviews, identifying bugs, security vulnerabilities, and suggesting performance improvements.
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-master npx -- -y @trustedskills/code-review-master
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"code-review-master": {
"command": "npx",
"args": [
"-y",
"@trustedskills/code-review-master"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The code-review-master skill provides automated feedback on code submissions, identifying potential bugs and suggesting improvements. It analyzes code for style inconsistencies, common errors, and adherence to best practices. This helps developers improve code quality and reduce technical debt by catching issues early in the development cycle.
When to use it
- Pull Request Review: Use this skill to automatically review pull requests before merging them into a main branch.
- Code Style Enforcement: Ensure all team members adhere to consistent coding standards across projects.
- New Developer Onboarding: Help new developers quickly learn and apply project-specific coding guidelines.
- Automated Testing Integration: Integrate with existing automated testing pipelines for comprehensive code quality checks.
Key capabilities
- Automated bug detection
- Style guide enforcement
- Best practices suggestions
- Code analysis
Example prompts
- "Review this pull request: [link to pull request]"
- "Check the style of this file: [file path]"
- "Analyze this code for potential errors and suggest improvements: [code snippet]"
Tips & gotchas
The skill's effectiveness depends on having clear coding standards defined. Without established guidelines, the suggestions may be less relevant or even incorrect.
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.