What problem does it solve? After a code review, a PR can accumulate dozens of unresolved review threads that require tedious manual follow-through: fixing code, replying to reviewers, resolving threads, and keeping an audit trail. This Skill drives every unresolved thread to a verdict — fixed, declined, or escalated to a human — so review feedback actually turns into merged code. ## Core Features & Use Cases - Thread triage and resolution: Fetches unresolved review threads via the GitHub GraphQL API, sorts each into fix, decline, or escalate buckets, then replies and resolves with an auditable trail. - Resolution log maintenance: Keeps a running resolution table in the PR description so reviewers and humans can verify every verdict without opening each thread. - Stacked-PR and CI awareness: Handles restacks, wrong-layer comments, flaky CI signals, and permission-limited environments like Cursor cloud agents. - Use Case: After running a deep code-quality review on a pull request, invoke this Skill to work through all 40 resulting threads — pushing batched fixes, replying with commit SHAs, and escalating only the two naming decisions that need a human. ## Quick Start Resolve all the open review comments on my current pull request, fixing what you can and escalating anything that needs my decision.