Code Review
Automates Python/Java backend code reviews, identifying potential bugs, style issues, and security vulnerabilities for improved quality.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add htlin222-code-review npx -- -y @trustedskills/htlin222-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"htlin222-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/htlin222-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides automated code review capabilities. It analyzes provided code snippets, identifies potential issues like style violations and bugs, and suggests improvements based on best practices. The agent can also be instructed to focus on specific areas of concern within the code.
When to use it
- Before submitting a pull request: Ensure your changes meet coding standards before sharing them with others.
- Learning a new codebase: Quickly understand the style and conventions used in an existing project.
- Refactoring legacy code: Identify potential problems and areas for improvement during refactoring efforts.
- Pair programming alternative: Get automated feedback on your code as you write it, similar to having a pair programmer.
Key capabilities
- Automated code analysis
- Style violation detection
- Bug identification
- Suggestion of improvements
- Focus on specific areas of concern
Example prompts
- "Review this Python function for potential errors and style issues: [code snippet]"
- "Can you check this JavaScript file for security vulnerabilities?"
- "Analyze this C++ code and suggest ways to improve its performance."
Tips & gotchas
The quality of the review depends on the clarity and completeness of the provided code. For best results, provide complete files or functions rather than isolated snippets.
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.