What problem does it solve? Pull requests with many open review threads from multiple reviewers (CodeRabbit, cubic, qlty, humans) are easy to mishandle: threads get resolved before CI is green, some reviewers' threads are never enumerated, or "will not change" findings are closed without a reasoned reply. This Skill enforces a disciplined workflow so every resolved thread is backed by a verified fix. ## Core Features & Use Cases - Complete thread enumeration: Lists every open thread from every reviewer via the mapped make.pr_comments target or the GitHub CLI, never trusting a single bot's summary. - Recorded outcomes per thread: Each thread gets exactly one outcome — fixed in code, answered with reasoning and left unchanged, or deferred to a filed ticket — before resolution. - CI-gated batch resolution: Threads are resolved in one pass only after the full ci.required_checks set goes terminal and green on the pushed head. - Pagination safety: The bundled listing script refuses to return truncated results when GitHub GraphQL connections exceed the 100-item cap, preventing false "0 unresolved" readings. - Use Case: A pull request accumulates 20 threads from three review bots and two humans; use this Skill to enumerate all of them, fix or answer each one, push, wait for green CI, and resolve the whole set in a single verified pass. ## Quick Start Ask the AI to enumerate all open review threads on pull request 123, reply to or fix each one, and resolve them only after CI passes on the pushed head.