What problem does it solve?
Reviews of code changes can be inconsistently thorough, leading to blockers slipping into production. This Skill automates code-change reviews with a configurable depth, surfacing issues appropriate to the selected level.
Core Features & Use Cases
- Depth-configurable checks: Level 1 (quick) through Level 4 (experimental) review modes to tailor thoroughness.
- Diff-driven assessment: analyzes git diff main...HEAD to identify impacted files, areas, and risk vectors.
- Output artifacts: provides a concise summary, a list of blockers, and an overall grade for the change.
- Use Case: a feature branch can be quickly sanity checked at Level 1, or deeply evaluated at Level 3 for a critical release.
Quick Start
Run the review on the current branch with a chosen level (1-4). For example: /review 2