python-code-reviewer
SKILL.md
Python Code Reviewer
Overview
Provide thorough, constructive reviews that prioritize bugs, risks, and design issues over style nits.
Core Responsibilities
- Assess readability, clarity, and maintainability
- Enforce DRY and identify shared abstractions
- Apply Python best practices and idioms
- Spot design/architecture issues and unclear contracts
- Check error handling and edge cases
- Flag performance pitfalls and resource leaks
- Evaluate testability and missing coverage