woostack-review

Installation
SKILL.md

woostack-review

Spawn a parallel swarm of review sub-agents against a pull request (or the local diff), validate their findings with a Skeptical Validator, and — when a PR is targeted — post a single batched GitHub Review.

This skill is host-agnostic: it works in any AI coding agent that supports sub-agent / task spawning (Claude Code, Cursor, Antigravity CLI, opencode, etc.). Hosts without parallel sub-agents fall back to a sequential loop.

Commands

  • /woostack-review — Auto-detect: if the current branch has an open PR (via gh pr view --json number), behave as /woostack-review <PR#>. Otherwise review the local diff (no GitHub posting).
  • /woostack-review <PR#> — Fetch the PR via gh, run the swarm, and post a native batched GitHub Review.
  • /woostack-review --fast, /woostack-review fast — One-run fast-tier override for the whole review (FORCE_TIER = fast).
  • /woostack-review --deep, /woostack-review deep — One-run deep-tier override for the whole review (FORCE_TIER = deep).
  • /woostack-review --full (or @review --full in a PR comment) — Force a complete re-review even when a prior SHA marker exists. Skips the incremental path described below.
  • woostack-review install — Verify local deps (gh, jq, node) and pre-fetch impeccable + react-doctor (run once per repo).
  • woostack-review status — Show the current PR's review status.

PR-comment triggers (issue #19)

When the companion GitHub Action is installed, the following comment commands re-trigger the review without leaving the PR:

Installs
45
First Seen
Jun 1, 2026
woostack-review — howarewoo/woostack