What problem does it solve? Handling a long list of GitHub PR review comments manually is tedious: you must read each thread, decide what needs fixing, commit changes, push, and reply to every reviewer. This Skill automates that loop for the open PR on your current branch using the gh CLI. ## Core Features & Use Cases - Comment Discovery: Fetches all conversation comments, reviews, and inline review threads for the current branch's PR via a GraphQL script, including resolved/outdated status. - Guided Triage: Summarizes each thread with file, line, and whether a fix is needed, then asks which ones to address before touching code. - Fix, Commit, Reply Workflow: Applies each fix as a separate commit, pushes, and replies to each thread with the commit hash, resolving bot threads while leaving human threads open. - Use Case: After a reviewer leaves ten inline comments on your PR, run this Skill to list them, approve the fixes, and have each one committed and answered with a "Fixed: <hash>" reply automatically. ## Quick Start Ask the assistant to address the review comments on the open GitHub PR for the current branch and reply to each thread.