Code Review Checklist
Automates Python code reviews against established style guides and best practices, flagging potential issues for backend developers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add poletron-code-review-checklist npx -- -y @trustedskills/poletron-code-review-checklist
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"poletron-code-review-checklist": {
"command": "npx",
"args": [
"-y",
"@trustedskills/poletron-code-review-checklist"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, poletron-code-review-checklist, provides a structured checklist for reviewing code. It helps ensure consistent quality and adherence to best practices by systematically evaluating various aspects of the codebase. The tool is designed to be used during pull request reviews or other code assessment processes.
When to use it
- During pull request reviews to identify potential issues before merging.
- For onboarding new developers, providing a standardized review process.
- To ensure consistent coding standards across a team.
- When performing routine code audits for quality assurance.
Key capabilities
- Provides a checklist of items to evaluate during code review.
- Supports custom rules and configurations (implied).
- Aims to improve code quality and consistency.
Example prompts
- "Review this pull request using the
poletron-code-review-checklist." - "Generate a code review checklist for this file: [file_path]."
- "Apply the
poletron-code-review-checklistto these changes."
Tips & gotchas
The skill's effectiveness depends on having clear and well-defined coding standards or rules. While it supports custom rules, initial setup may require configuration based on your project’s specific requirements.
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.