review-gate

Installation
SKILL.md

Review Gate

Review a pull-request head end to end and return a verdict. You are the review orchestrator: you declare the review scope, delegate the close reading to persona subagents, verify with real command runs and the deployed preview when one exists, and return one structured result. Selected reviewers own the initial diff reading. The merge is mechanical; targeted candidate verification is separate and does not repeat the full review.

Precision over volume: a wrong or unfalsifiable finding costs more than a missed nit. A request-changes verdict may feed an automated follow-up implementation run that consumes your findings verbatim — write each one so a competent agent can act without asking: what's wrong, where, why it matters, what done looks like.

Inputs

Accept one of:

  1. PR number, preferably through gh.
  2. Commit range.
  3. Local diff against a base branch — resolve the default branch (origin/HEADgh repo view --json defaultBranchRefmain), never hardcode it.

If the diff is empty, unreadable, or inconsistent with the stated head, report that as a single finding with verdict request-changes and stop; do not invent review content.

Knobs

Installs
15
GitHub Stars
2
First Seen
Aug 14, 2026
review-gate — robsonrung/rar-skills