What problem does it solve? Addressing pull request review feedback is a repetitive cycle: read each comment, switch branches, fix the code, run checks, commit, push, reply, and resolve threads one by one. This Skill automates that entire respond-to-feedback loop on GitHub so reviewers see fixes and resolutions without manual bookkeeping. ## Core Features & Use Cases - Comment triage and fixing: Fetches all unresolved review threads via the GitHub CLI, categorizes them as actionable, questions, or acknowledged, then applies confirmed code fixes. - Full resolution cycle: Runs quality checks, commits with conventional messages, pushes, replies to each thread, resolves conversations via GraphQL, and posts a consolidated improvements summary comment. - Iterative review-agent loop: Optionally triggers and polls an external code review bot (e.g., Greptile, CodeRabbit) and repeats the fix cycle until zero unresolved comments remain or the iteration cap is hit. - Use Case: A reviewer leaves eight comments on your PR overnight. Invoke the skill with the PR number, confirm the plan, and it rebases onto the base branch, fixes the actionable items, pushes the commits, replies to and resolves every thread, and updates the PR description if scope changed. ## Quick Start Ask the assistant to address the review comments on PR 123 using the respond-to-comments skill and resolve the threads.