Code Review
Analyzes Python code for common errors, style issues, and potential improvements based on RTGS 2017 guidelines.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rtgs2017-code-review npx -- -y @trustedskills/rtgs2017-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rtgs2017-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rtgs2017-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The code-review skill enables AI agents to analyze source code, identify logical errors, and suggest improvements based on best practices. It supports multiple programming languages and integrates with version control systems for streamlined development workflows.
When to use it
- Reviewing pull requests before merging to catch bugs early.
- Refactoring legacy codebases to improve maintainability and performance.
- Onboarding new developers by explaining complex logic in existing modules.
- Validating security patterns and dependency usage in backend services.
Key capabilities
- Multi-language support for various programming environments.
- Integration with Git repositories for seamless workflow automation.
- Automated detection of common coding anti-patterns and vulnerabilities.
- Context-aware suggestions tailored to project-specific standards.
Example prompts
- "Review this Python function for potential race conditions and suggest fixes."
- "Analyze the provided JavaScript module for security vulnerabilities and performance bottlenecks."
- "Generate a summary of changes in this pull request and highlight any breaking updates."
Tips & gotchas
Ensure your AI agent has access to the relevant codebase or file paths before initiating a review. For large projects, consider breaking down reviews into smaller, focused tasks to maintain accuracy and relevance.
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.