What problem does it solve? Reviewed pull requests often stall because addressing each review comment, replying to threads, resolving them, and merging is tedious manual work. This Skill automates the entire loop: it picks up PRs labeled reviewed, works through every review thread with a fix or a reasoned rebuttal, resolves all threads, and merges the PR. ## Core Features & Use Cases - Automated PR triage: Finds the oldest open PR labeled reviewed (without in-review), claims it with an in-review label to prevent duplicate work, and collects all review comments and inline threads via the GitHub CLI and GraphQL API. - Fix-or-rebuttal workflow: Checks out the PR in a git worktree, evaluates each comment against the actual code, commits fixes in conventional commit format, or replies with evidence-based rebuttals, then resolves each thread. - Guaranteed merge completion: Runs tests, verifies CI is green, confirms zero unresolved threads, merges with squash, cleans up labels, worktrees, and local branches, and reports the outcome. - Use Case: A reviewer has left eight inline comments on your team's PR. Invoke this Skill and it checks out the branch, fixes six valid comments with individual commits, rebuts two with references to the existing architecture, resolves all threads, waits for CI, and merges the PR. ## Quick Start Ask the agent to resolve the review comments and merge the reviewed PR, for example by saying "reviewedのPRを片付けて" or "clean up the reviewed PR and merge it".