What problem does it solve? Addressing PR review feedback is error-prone: developers routinely miss CodeRabbit's "Outside diff range" comments buried in review bodies, forget to reply to individual threads, leave threads unresolved, and stop before checking for new bot comments posted after their latest push. This Skill enforces a complete, repeatable workflow so no reviewer comment is silently ignored. ## Core Features & Use Cases - Systematic Comment Discovery: Filters actionable comments by priority (Critical through Nitpick), extracts out-of-diff-range feedback from review bodies, and detects outdated or out-of-scope threads via the GitHub CLI. - End-to-End Thread Lifecycle: Guides fixing code, replying to each thread with proper attribution, resolving threads via GraphQL, and creating GitHub issues for work exceeding one day. - Post-Push Iteration Loop: Waits for CI checks, detects new bot comments since the last reply, and loops back until zero unaddressed comments remain, verified by a blocking check script. - Use Case: After CodeRabbit and human reviewers leave 20 comments on your PR, run this workflow to triage each one, push fixes, reply with commit references, resolve threads, and confirm nothing new appeared before declaring the PR ready. ## Quick Start Address all review comments on PR number 123, fix the actionable ones, reply to each thread, and resolve everything.