orchestrated-review

Installation
SKILL.md

Orchestrated Code Review

A Cloudflare-style code review: tier the change, filter noise, fan out specialist reviewers in parallel, adversarially verify every critical finding, then let a coordinator dedupe, judge severity, and decide. Unlike check (a quick 2–4 reviewer pass), this runs a real coordinator judge pass over structured findings and emits an approve/block verdict — and on PR re-runs it is aware of its own previous review.

This skill uses the Workflow tool to orchestrate the agents — that is the explicit opt-in. Do not ask the user to opt in again.

Inputs

$ARGUMENTS may contain:

  • a PR number or URL → review that GitHub PR (via gh)
  • nothing → review local changes (uncommitted, else branch vs merge-base)
  • --comment → after reviewing a PR, post the verdict back to the PR
Installs
1
First Seen
Today
orchestrated-review — alexanderop/skills