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: --deep for the multi-dimension pass, --structural for the structural lens alone. Default depth is the quick gate.

Outputs:

Installs
20
GitHub Stars
32
First Seen
Jun 20, 2026
review-dispatch — shipshitdev/skills