What problem does it solve?
This Skill automates the GitHub PR review workflow by dispatching a code-reviewer subagent, reading changed files, and posting a structured review with inline line-range comments to GitHub.
Core Features & Use Cases
- Dispatch the superpowers:code-reviewer subagent to review a GitHub PR.
- Read changed files and gather PR context (title, body, base/head refs, files changed, author).
- Post a structured review back to GitHub with inline file comments (including line ranges) and a general review body.
- Announce at start to inform observers and ensure deterministic worktree handling by using a separate temporary worktree path for reads.
- Create a temporary worktree at the PR's HEAD (without touching the main worktree) and read files from that path.
Quick Start
Activate the review-pr skill by supplying a PR number to trigger an automated code-review and publish a structured inline-comment review to GitHub.