Code Review Skill
Review code changes for correctness, security, performance, and maintainability.
Process
- Read the diff or file(s) provided
- Check against the review checklist
- Report findings grouped by severity (critical, warning, suggestion)
Output Format
For each finding:
- File and line (if applicable)
- Severity: critical | warning | suggestion
- Description: what the issue is and why it matters
- Fix: concrete suggestion for how to resolve it