What problem does it solve? PR review feedback arrives scattered across multiple comment types (reviews, inline comments, issue comments) from bots and humans, and manually verifying each finding against the real code is slow and error-prone. This Skill automates the full triage loop: gathering comments, verifying findings, fixing valid issues, and resolving threads. ## Core Features & Use Cases - Comprehensive Comment Gathering: Fetches all review comments via the GitHub API across reviews, inline comments, and issue comments, then deduplicates findings from Copilot, Greptile, and human reviewers. - Evidence-Based Verification: Reads the actual code at each referenced file and line, cross-checks with documentation lookups and web search, and classifies findings as Valid or False positive. - Fix, Reply, and Resolve: Fixes valid findings, runs lint/tests, commits and pushes, then replies on each review thread and resolves it via the GitHub GraphQL API. - Use Case: After opening a PR that received 15 review comments from automated reviewers, run this Skill to verify each one, fix the 4 real bugs, dismiss the false positives with evidence, and produce a summary table of every verdict. ## Quick Start Ask the assistant to triage the review comments on PR number 42, verify each finding against the code, fix the valid ones, and resolve the addressed threads.