What problem does it solve? Reviewing and merging pull requests involves repetitive manual work: checking out branches, wiring up worktrees, installing dependencies, gathering review threads and CI status, and then safely merging without bypassing human judgment. This Skill automates the setup and execution while keeping every merge behind an explicit per-PR human confirmation. ## Core Features & Use Cases - Review workspace setup: Pulls any open PR into a git worktree (adopting an existing one when present), installs project dependencies, and prints a review pack with commits, diff stats, unresolved review threads, CI status, and behind/ahead counts. - Gated merging: Merges a PR only after a named, per-PR human confirmation, handles stacked PR cascades with full enumeration, and hands off issue closing and tracker sync to issuekit. - Review feedback servicing: The fix mode gathers review comments and failing CI on your own PR, triages each item as fix/decline/ask against project conventions, implements fixes, and replies to every thread. - Use Case: Say "pull PR #34 down so I can test it" and get a running worktree plus a complete review pack; then say "merge #34" to land it after confirmation. ## Quick Start Ask the agent to pull PR #34 down into a worktree and set it up so you can review and test it locally.