What problem does it solve? Reviewing and acting on every pull request comment is time-consuming and error-prone, and blindly applying automated fixes can land bad changes or post bad replies. This Skill fetches all PR comments, analyzes each one with specialized teammates, and gates all commits, pushes, and replies behind human approval. ## Core Features & Use Cases - Comment triage and analysis: Fetches all PR comments via the GitHub CLI and evaluates each for validity, pushing back on weak verdicts and resolving escalations with evidence from code, Linear, ClickHouse, or past PRs. - Approval-gated fixes: Applies candidate fixes to the working tree only, then presents a summary table and HTML explainer report, committing, pushing, replying, and reacting only after user approval. - Autonomous submit mode: The submit argument skips the approval gate for unattended flows such as scheduled runs or Slack-triggered loops. - Use Case: A reviewer leaves eight comments on your pull request overnight; run the Skill to get a verified verdict and candidate fix for each, review the report, and approve to ship all fixes and replies at once. ## Quick Start Ask the assistant to address the comments on pull request 123 and review the proposed fixes before approving them.