What problem does it solve? Open pull requests often accumulate scattered reviewer comments across threads and inline code annotations, making it tedious to track what needs action, what needs a reply, and what can be dismissed. This Skill automates the full loop of collecting, triaging, addressing, and resolving PR feedback. ## Core Features & Use Cases - Comment Collection: Uses gh pr view, gh pr comments, and the GitHub API to gather all reviewer and inline code comments on the current PR. - Feedback Triage: Classifies each comment as a bug fix, style suggestion, question, or stale item, then acts accordingly. - Scoped Implementation: Makes targeted code edits for actionable feedback and posts threaded replies via gh api for every comment. - Use Case: After reviewers leave a dozen comments on your feature branch PR, run this Skill to fix the real issues, reply to questions, and produce a summary of what changed and what still needs your input. ## Quick Start Review and address all open comments on my current pull request, then summarize what was changed and what needs my input.