| name | code-review |
| description | Code review standards for automated and manual reviews. Use when reviewing code changes. |
| auto_load | true |
| priority | high |
Code Review Skill
Trigger
When reviewing code changes (PR review, post-implementation review).
Review Checklist
1. Requirements Compliance
2. Code Quality
3. Security (OWASP Top 10)
4. Testing
5. Performance
Action on Findings
- CRITICAL: Fix immediately before merge
- WARNING: Fix now if possible, create issue if not
- SUGGESTION: Note for future improvement
Output Format
### Review Summary
**Status**: PASS | FAIL
**Issues fixed**: N
**Issues deferred**: N (with issue links)