What problem does it solve? Addressing a pile of PR review comments (especially automated CoPilot feedback) is tedious and error-prone: it's easy to miss threads, reply inconsistently, or resolve conversations without responding. This Skill walks through every unresolved thread one at a time, proposing a verdict and reply for each, and only acts after explicit human approval. ## Core Features & Use Cases - Thread-by-thread triage: Fetches all unresolved review threads via the GitHub GraphQL API and presents each with file, line, author, and full body. - Approval-gated execution: For every comment it proposes a verdict (fix / partial fix / no fix), a reply, and any code change, then waits for "yes", "edit", or "skip" before posting or resolving. - Bundled GitHub scripts: Ships hardened bash scripts for listing threads, reading full comment detail, posting replies, and resolving threads — with input validation and typed GraphQL variables to prevent injection. - Use Case: A reviewer leaves 12 comments on your pull request. Run this Skill to walk through each one, approve or adjust the proposed replies, and finish with a categorized summary of fixed, partial, skipped, and rejected threads. ## Quick Start Ask the agent to review and respond to all comments on PR number 123 in the current repository.