review-dispatch
Installation
SKILL.md
Review Dispatch
The router behind /review. It owns one job: turn an argument into a concrete
set of diffs, pick the review depth, and delegate. It does not contain
review rubrics of its own — correctness/security live in code-review, the
multi-dimension pass lives in full-code-review. Read-only throughout.
Contract
Inputs:
- A single argument string (may be empty) parsed into a target mode and an
optional depth flag:
--deepfor the multi-dimension pass,--structuralfor the structural lens alone. Default depth is the quick gate.
Outputs: