Code Review
Automates Python/Node.js backend code reviews, identifying potential bugs, style issues, and security vulnerabilities.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mrgoonie-code-review npx -- -y @trustedskills/mrgoonie-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mrgoonie-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mrgoonie-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The mrgoonie-code-review skill enables AI agents to analyze and provide feedback on backend code. It identifies potential bugs, suggests improvements in code structure, and ensures adherence to best practices for maintainability and performance.
When to use it
- Before merging a pull request to catch issues early
- When refactoring legacy code to improve readability and efficiency
- To enforce coding standards across a development team
- When onboarding new developers to review their initial contributions
Key capabilities
- Detects common bugs and logical errors in backend code
- Provides suggestions for optimizing performance and reducing complexity
- Enforces adherence to coding conventions and style guides
- Highlights security vulnerabilities or potential edge cases
Example prompts
- "Review this Python function for possible memory leaks."
- "Check the Node.js API endpoint for compliance with REST best practices."
- "Analyze this Go code snippet for concurrency issues."
Tips & gotchas
- Ensure that the code being reviewed is well-documented to help the AI agent provide accurate feedback.
- While the skill can identify potential issues, it should not replace manual testing or peer review.
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.