Code Review
Automates backend code reviews, identifying potential bugs, security vulnerabilities, and style inconsistencies using edgeandnode's 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 edgeandnode-code-review npx -- -y @trustedskills/edgeandnode-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"edgeandnode-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/edgeandnode-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The edgeandnode-code-review skill provides automated feedback on code submissions. It identifies potential bugs, style issues, and areas for improvement based on established coding standards. This helps developers improve code quality and reduce the time spent in manual review cycles.
When to use it
- Reviewing pull requests before merging into a main branch.
- Providing feedback to junior developers on their code submissions.
- Ensuring adherence to specific coding style guides within a project.
- Automating initial checks during continuous integration pipelines.
Key capabilities
- Automated bug detection
- Style guide enforcement
- Code improvement suggestions
- Pull request review assistance
Example prompts
- "Review this code for potential errors and stylistic issues: [code snippet]"
- "Can you check if this pull request adheres to our project's coding standards?"
- "Give me feedback on the efficiency of this function: [code snippet]"
Tips & gotchas
The skill requires access to the codebase being reviewed. Ensure proper permissions are configured for the AI agent to effectively analyze and provide relevant feedback.
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.