What problem does it solve? PR authors often lose track of which reviewer comments have been addressed, leading to missed feedback and delayed merges. This Skill audits every review thread on a GitHub pull request, classifies each comment's status, and guides the author through code fixes or clarification replies. ## Core Features & Use Cases - Comment Status Audit: Uses the GitHub CLI (gh) to inspect issue comments, review comments, and thread resolution states, classifying each as addressed, replied, unaddressed, or needing clarification. - Guided Resolution: For each unresolved concern, offers a code-fix path or a drafted reply requesting clarification or explaining constraints. - Controlled Posting: Posts comments only with explicit user approval, always prefixed with [AI-assisted]. - Use Case: A PR author returns to a long-running pull request with 15 reviewer threads and needs a definitive ledger of what is resolved, what needs code changes, and what needs a reply before re-requesting review. ## Quick Start Check whether all review comments on my pull request at https://github.com/org/repo/pull/123 have been addressed and help me resolve the remaining ones.