Code Review
Automates Python/Java backend code reviews, identifying potential bugs, style issues, and suggesting improvements based on best practices.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add openhands-code-review npx -- -y @trustedskills/openhands-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"openhands-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/openhands-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, analyzing submitted code and identifying potential issues. It focuses on backend code quality, suggesting improvements based on established best practices. The tool aims to streamline the development process by catching errors early and ensuring consistent coding standards.
When to use it
- Reviewing pull requests before merging into a main branch.
- Automating initial feedback for junior developers.
- Ensuring code adheres to specific style guides or architectural patterns.
- Identifying potential security vulnerabilities in backend code.
Key capabilities
- Backend code analysis
- Issue identification
- Suggestion of improvements
- Adherence to coding best practices
Example prompts
- "Review this Python code for potential errors and suggest improvements: [code snippet]"
- "Can you analyze this Go function and check if it follows our team's style guide?"
- "Perform a security review on this Ruby on Rails controller."
Tips & gotchas
The skill is primarily designed for backend code. While it may offer some insights for frontend code, its effectiveness will be significantly reduced. Ensure the AI agent has sufficient context regarding your project’s coding standards and architecture to maximize the quality of the reviews.
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.