What problem does it solve? After a pull request is submitted, review comments and QA feedback arrive from multiple sources, and responding to them manually is error-prone. This Skill detects the feedback source, normalizes all comments into one queue, fixes what belongs in scope, runs quality gates, pushes changes, and posts or prints replies through the correct channel. ## Core Features & Use Cases - Multi-source feedback detection: Gathers PR review threads via a configured pr_review_source, QA/ticket comments via ticket_source, or strictly pasted feedback, then normalizes everything into a single categorized queue. - Categorized fixing with policy gates: Classifies each item as clear fix, needs investigation, pushback, already addressed, out-of-scope, or clarification needed, and evaluates action policy before every write, commit, push, or reply. - Safe reply posting: Posts Fixed in <sha> replies, pushback reasoning, and review re-requests only through configured update commands using temp-file JSON payloads, never ad-hoc gh api calls. - Use Case: A reviewer leaves five comments on your PR and QA adds two ticket comments. Run this Skill to fetch both sources, fix the clear issues, draft pushback for one incorrect comment, run pre-PR gates, push, and post replies to each original thread. ## Quick Start Ask the agent to respond to the review comments on my current pull request and the QA feedback on my ticket.