Code Review
Analyzes Python/Django backend code for style, potential bugs, and adherence to best practices using jwilger's established standards.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jwilger-code-review npx -- -y @trustedskills/jwilger-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jwilger-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jwilger-code-review"
]
}
}
}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, style consistency, and potential logical errors. It acts as a peer reviewer within your development workflow, providing immediate feedback before code is merged or deployed.
When to use it
- Before merging pull requests in a team environment to catch bugs early.
- During solo development sessions to ensure code adheres to specific style guides.
- When onboarding new developers to enforce consistent coding standards across the project.
- To validate complex logic changes against existing architectural patterns.
Key capabilities
- Automated analysis of code submissions for quality and correctness.
- Detection of style inconsistencies and adherence to best practices.
- Identification of potential logical errors or edge cases.
- Context-aware feedback generation based on the specific codebase.
Example prompts
- "Review this pull request and list any critical bugs or security vulnerabilities you find."
- "Analyze the new API endpoint implementation for performance bottlenecks and suggest optimizations."
- "Check if this function adheres to our team's naming conventions and error handling standards."
Tips & gotchas
Ensure the AI agent has access to the full context of the repository or relevant documentation to provide accurate reviews. While powerful, always verify critical security findings with a human expert before finalizing changes.
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.