review-dispatch
Installation
SKILL.md
Review Dispatch
The router behind /review. It owns one job: turn an argument into a concrete
target workflow, pick the review depth when applicable, and delegate. It does
not contain review rubrics or merge logic of its own — correctness/security
live in code-review, the multi-dimension pass lives in full-code-review, and
non-serial queue draining belongs exclusively to /merge force.
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: