What problem does it solve? Reviewing PR feedback from multiple bots and human reviewers is tedious: comments are scattered across reviews, inline threads, and issue comments, some findings are false positives, and threads stay unresolved even after fixes ship. This Skill automates the full triage loop from gathering comments to pushing fixes and resolving threads. ## Core Features & Use Cases - Comment Aggregation: Fetches all review comments via the GitHub API (reviews, inline comments, and issue comments) and 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 each finding 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 GraphQL only when the finding is fixed or a false positive. - Use Case: After opening a PR that attracted a dozen automated review comments, run this Skill to verify each one against the real code, fix the three genuine bugs, dismiss the false positives with evidence, and leave a clean, fully-resolved PR. ## Quick Start Triage all review comments on PR 42, fix the valid findings, and resolve the addressed threads.