| name | code-review |
| description | Structured code review checklist for the Reviewer agent. Provides a systematic framework for evaluating code changes across correctness, security, performance, and maintainability. |
| applies_to | ["reviewer"] |
Code Review Checklist
Use this checklist systematically when reviewing code changes. Do not skip sections.
1. Correctness
2. Security
3. Performance
4. Maintainability
5. Testing
Severity Levels
- CRITICAL: Security vulnerability, data loss risk, or crash in production
- HIGH: Incorrect behavior, missing error handling, or broken functionality
- MEDIUM: Code smell, minor bug, or missing test coverage
- LOW: Style inconsistency, minor optimization opportunity