What problem does it solve? Pull request reviews accumulate comments from bots and humans across multiple places, and manually verifying each finding against the real code is slow and error-prone. This Skill automates the full triage loop: gathering every comment, validating each finding, fixing valid issues, and closing out review threads. ## Core Features & Use Cases - Complete Comment Gathering: Fetches reviews, inline comments, and issue-level comments via the GitHub CLI with pagination, then deduplicates findings across 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 and 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 a dozen automated review comments, run this Skill to verify each one, push fixes for the real bugs, and produce a summary table showing every verdict and thread status. ## Quick Start Triage all review comments on PR 42, fix the valid findings, and resolve the addressed threads.