What problem does it solve? Addressing pull request review comments is repetitive and error-prone: threads get missed beyond the first page, fixes get pushed without approval, and threads get resolved before the fix actually lands on the remote branch. This Skill runs a controlled loop that fetches every unresolved thread, triages each one with the user in Plan mode, implements only approved fixes, and repeats until no unresolved issues remain. ## Core Features & Use Cases - Complete thread fetching: Uses GraphQL with full pagination so no review thread is silently missed, unlike REST tooling. - Approval-gated triage: Presents a per-thread table (fix, by design, or blocked) in Plan mode and waits for explicit user approval before touching code. - Scoped commit and push consent: Commits and pushes only the approved fix commits on the current PR branch, then posts threaded replies and resolves threads per strict rules. - Use Case: A pull request receives a dozen Copilot and human review comments. Invoke this Skill to fetch all threads, review the triage table, approve three fixes, and let it implement, validate, commit, push, reply, resolve, and re-review until the PR is clean. ## Quick Start Ask the agent to resolve the review comments on the current pull request using the PR resolver workflow.