Code Reviewer
This Code Reviewer analyzes your backend code for potential bugs and style issues, boosting code quality and reducing errors.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add borghei-code-reviewer npx -- -y @trustedskills/borghei-code-reviewer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"borghei-code-reviewer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/borghei-code-reviewer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to perform automated code reviews, analyzing submitted code for quality, security vulnerabilities, and adherence to best practices. It acts as a peer reviewer to catch errors before they are merged into the main repository.
When to use it
- Before merging pull requests in a team environment to ensure code consistency.
- When reviewing third-party contributions to verify security compliance.
- During solo development sessions to identify logical flaws or inefficiencies early.
- As a pre-commit hook to enforce coding standards automatically.
Key capabilities
- Automated analysis of code submissions for structural integrity.
- Detection of common security vulnerabilities and anti-patterns.
- Feedback generation based on established best practices.
- Support for multiple programming languages within the backend category.
Example prompts
- "Review this Python function for potential race conditions and memory leaks."
- "Analyze the provided JavaScript module for security vulnerabilities before deployment."
- "Check this code snippet against our team's style guide and suggest improvements."
Tips & gotchas
Ensure your AI agent has access to the specific coding standards or style guides you want it to enforce, as these may not be hardcoded into the skill. While effective at catching common issues, complex architectural decisions might still require human oversight.
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.