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

Outputs:

Installs
1
GitHub Stars
30
First Seen
7 days ago
Security Audits
review-dispatch — shipshitdev/skills