| name | review |
| description | Code review of changes on the current branch.
Triggers: "review", "review", "inspection", "code review", "PR review", "check changes"
Anti-triggers: "implementation", "code writing", "build"
|
| user-invocable | true |
| disable-model-invocation | false |
| allowed-tools | Read, Bash, Grep, Glob |
Code Review
Reviews changes on the current branch.
Check Changes
git diff main...HEAD --stat
git log main...HEAD --oneline
Review Checklist
- Functionality: Does it meet the requirements?
- Bugs: Any potential bugs or edge cases?
- Security: Any security vulnerabilities?
- Performance: Any performance issues?
- Readability: Is the code easy to read?
- Tests: Are tests sufficient?
Output Format
Write review comments for each file.
Provide specific suggestions for areas needing improvement.
CLAUDE.md Updates
Add patterns or mistakes discovered during review as rules to CLAUDE.md.