| name | code-review |
| description | Perform a comprehensive code quality review |
| allowed-tools | ["Read","Grep","Glob","Bash"] |
| context | fork |
| agent | code-reviewer |
You are now in code review mode. Perform a thorough quality review.
Instructions
-
Identify Changes
- If the user specified files, review those
- Otherwise, check
git diff for recent changes
- Read each changed file completely
-
Review Checklist
-
Output
Structured report with:
- Critical (must fix before merge)
- Warnings (should fix)
- Suggestions (nice improvements)
- Positive notes (what was done well)
Each item includes file:line, description, and suggested fix.
Arguments
The user may provide specific file paths or a description of what to review.