Review Code
Analyzes code for potential bugs, style issues, and suggests improvements based on established 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 review-code npx -- -y @trustedskills/review-code
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"review-code": {
"command": "npx",
"args": [
"-y",
"@trustedskills/review-code"
]
}
}
}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 code reviews within the catlog22/claude-code-workflow ecosystem. It allows the agent to analyze submitted code changes, identify potential bugs or inefficiencies, and provide structured feedback before implementation is finalized.
When to use it
- Before merging a pull request to ensure no critical logic errors slip into production.
- During the development phase to get immediate suggestions for refactoring complex functions.
- When onboarding new team members to maintain consistent coding standards across the project.
- To validate that security best practices are followed in newly written scripts.
Key capabilities
- Analyzes code changes for logical errors and performance bottlenecks.
- Integrates seamlessly with the
claude-code-workflowenvironment. - Provides actionable feedback on style, readability, and maintainability.
- Supports iterative review cycles within a single workflow session.
Example prompts
- "Review this function for potential race conditions and suggest fixes."
- "Analyze the recent changes in the authentication module against our security guidelines."
- "Provide a summary of code quality issues found in this pull request before I merge it."
Tips & gotchas
Ensure your AI agent has read access to the repository history and current branch state for accurate context. Limit review scope to specific files or functions if the entire codebase is too large for a single pass, as this may reduce the depth of analysis.
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.