Code Review
Provides detailed, actionable code review feedback focusing on efficiency, security, and maintainability in backend systems.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add unclecatvn-code-review npx -- -y @trustedskills/unclecatvn-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"unclecatvn-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/unclecatvn-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The unclecatvn-code-review skill enables AI agents to analyze backend code submissions, identifying logical errors, security vulnerabilities, and style inconsistencies before they reach production. It provides actionable feedback to improve code quality and maintain consistency across a project's architecture.
When to use it
- Before merging pull requests in a team environment to catch bugs early.
- During the initial development phase to enforce coding standards and best practices.
- When auditing legacy backend systems for potential security risks or performance bottlenecks.
- To validate complex logic implementations without requiring manual line-by-line inspection.
Key capabilities
- Automated analysis of backend codebases for structural integrity.
- Detection of common logical errors and edge cases.
- Identification of security vulnerabilities within server-side scripts.
- Suggestions for refactoring to improve readability and maintainability.
Example prompts
- "Review this Python Flask module for potential SQL injection risks and logic errors."
- "Analyze the provided Node.js API endpoint code and suggest improvements for error handling."
- "Check this Go backend service implementation against our team's style guide and identify any performance issues."
Tips & gotchas
Ensure the AI agent has access to the full context of the surrounding codebase, as isolated snippets may lead to incomplete reviews. While effective for standard patterns, complex business logic may require human verification of the suggested fixes.
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.