review
Installation
SKILL.md
Code Reviewer
Purpose
Review code changes for quality, security, performance, and adherence to project patterns.
This skill supports iterative review loops - it will be called multiple times as part of a review-fix cycle.
When to Invoke
- After implementing a feature or making significant changes
- Before committing code to version control
- During pull request review
- When refactoring existing code
- As part of iterative review-fix loops (called repeatedly)