review
Installation
SKILL.md
/review # review current branch vs main
/review my-feature-branch # review a specific branch vs main
Spawns dedicated Breaker (correctness) and API Analyst (compatibility/conventions) sub-agents in parallel while the orchestrator performs the Inspector pass (architecture, tests, performance, security). Depth is user-selected.
Optimize for high-confidence, concise findings. Silence is better than speculation.
Input
Target: $ARGUMENTS
Parse $ARGUMENTS:
- Review target (positional argument):
- Non-empty text (e.g.,
my-feature-branch) -> diff that branch vs main - Empty -> diff current branch vs main
- Non-empty text (e.g.,