woo-stack-review

Installation
SKILL.md

woo-stack-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, Gemini CLI, opencode, etc.). Hosts without parallel sub-agents fall back to a sequential loop.

Commands

  • /woo-stack-review — Auto-detect: if the current branch has an open PR (via gh pr view --json number), behave as /woo-stack-review <PR#>. Otherwise review the local diff (no GitHub posting).
  • /woo-stack-review <PR#> — Fetch the PR via gh, run the swarm, and post a native batched GitHub Review.
  • /woo-stack-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.
  • woo-stack-review install — Verify local deps (gh, jq, node) and pre-fetch impeccable + react-doctor (run once per repo).
  • woo-stack-review status — Show the current PR's review status.
  • woo-stack-review address <PR#> — Autonomously address the PR's unresolved review threads (fix or push back, reply, resolve) and record accept-by-design dismissals to .woo-stack/memory.md. Local hosts only. See Addressing Reviews below.

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
2
First Seen
Jun 1, 2026
woo-stack-review — howarewoo/woo-stack