What problem does it solve?
This Skill solves the problem of turning a PR review request into timely, consistent, and non-duplicative GitHub inline comments that culminate in the correct APPROVE or COMMENT decision.
Core Features & Use Cases
- End-to-end remote PR review orchestration: fetches the PR into an ephemeral worktree, runs the reviewer agent, and submits the resulting GitHub review.
- Deduplicated, threaded inline feedback: fuzzy-matches new findings against existing review threads (path + nearby line + token-overlap) to avoid re-posting the same critique, while adding a 👍 reaction when appropriate.
- Decision and scope guardrails: enforces a strict review-decision footer contract (APPROVE or COMMENT) and supports a blocking-scope verdict (including out-of-diff informational deferral).
- Ticket-aware reviewing: automatically enriches review context using the ticket key found in the PR title/body or recent commits via the ticket-context skill.
Quick Start
Use the workflow-pr-review skill to review PR #123 by invoking the command as /swe-workbench:review 123.