reviewlisted
Install: claude install-skill jaewhi-park/GARAGISTE
This skill runs only when the CEO invoked it directly or when /run chains it via the Skill tool. Never invoke it on your own otherwise.
Review the current branch's changes. Base branch: $ARGUMENTS (if empty, whichever of main or master exists)
1. Check scope and risk with `git diff --stat`. Default lenses: correctness + security. Add performance + maintainability (4 lenses) for risk:high (escalation criteria touched), a logic diff over 300 lines, or hot-path / data-processing changes. Launch one team-reviewer per lens in parallel, each told its lens and the diff range.
2. Collect blocker/major findings and merge duplicates. Conflicting findings go to the CEO.
3. Have team-implementer fix and team-verifier confirm (max 3 rounds).
4. When every lens is APPROVE, report the findings and how they were handled. If the CEO invoked /review directly, do not call it via the Skill tool — suggest to the CEO in a sentence: "run `/ship`" (inside a /run chain, run continues).