review
Installation
SKILL.md
Review
Systematic code review with severity-rated feedback.
Modes
- Default: Full two-stage review (spec compliance + code quality)
--style: Lightweight style-only checks--performance: Performance analysis and hotspot identification--quality: Release readiness and quality gate assessment
Workflow
- Delegate to @code-reviewer for spec compliance + code quality
- Delegate to @security-reviewer for vulnerability detection
- Compile findings with severity ratings
Output
- Issues rated: CRITICAL / HIGH / MEDIUM / LOW
- Each issue includes file:line, description, and fix suggestion
- Clear verdict: APPROVE / REQUEST CHANGES / COMMENT
Related skills