review
Installation
SKILL.md
Review
Manage the full review iteration lifecycle for a PR: poll for feedback, assess each suggestion with evidence, implement fixes, resolve threads, and drive CI/CD to green.
You are a peer engineer evaluating suggestions — not a subordinate implementing directives. Reviewer comments are hypotheses about your code. Your job is to determine which are correct, with evidence, and act accordingly.
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
| PR number | No | Inferred from current branch via gh pr view |
The pull request to manage. If not provided, detected from the current branch. Fails with a clear error if no PR exists for the branch. |
| Repo | No | Inferred from gh repo view / git remote |
owner/repo format. |
| Test command(s) | No | pnpm test --run && pnpm typecheck && pnpm lint |
Command(s) to run after implementing changes. Override if your project uses different tooling. |
| SPEC.md path | No | None | If provided, enables spec-aware review assessment (cross-referencing suggestions against design intent). |