What problem does it solve? Reviewing open pull requests manually is slow and error-prone: reviewers skip CI checks, judge from diffs alone, forget to update labels, and leave linked issues orphaned when closing PRs. This Skill automates the full review loop with consistent rules. ## Core Features & Use Cases - Queue-based PR selection: Picks the oldest open PR without in-review or reviewed labels, and immediately applies in-review to prevent duplicate reviews across sessions. - Worktree-based review: Checks out the PR into a git worktree, verifies CI results via gh pr checks, runs tests, and greps call sites of changed symbols for consistency. - Four-way verdict: Merges clean PRs, fixes trivial issues and merges, requests changes with file-and-line feedback plus a reviewed label, or closes off-target PRs while resetting the linked issue's WIP label. - Use Case: Say "レビュー待ちPRを処理して" and the Skill picks the oldest pending PR, reviews it against its linked issue, and merges it or leaves actionable feedback. ## Quick Start Ask the agent to process the pending review queue by saying "レビュー待ちのPRを処理して" or pass a specific PR number to review it directly.