| name | code-review |
| description | Code review checklist - use for checking Python code quality, bugs, security issues, and best practices. Use when a user asks for a code review, needs to assess whether a change is safe to merge, or needs to review AI-agent code for production risk. |
Code Review Skill
Apply this checklist when reviewing code, with emphasis on bugs, risks, regressions, security, and missing tests.
Code Quality Checklist
Input Validation Checklist
Security Checklist
Testing Checklist
AI/Agent-Specific Checklist
Output Format
Present findings in severity order:
## Code Review: [filename]
### Critical Issues
- [ISSUE] Description with file/line reference and impact
### High Priority
- [ISSUE] Description with file/line reference and impact
### Medium Priority
- [ISSUE] Description with file/line reference and impact
### Open Questions
- [QUESTION] Assumption, ambiguity, or missing context