What problem does it solve? Reviewing pull request feedback scattered across GitHub is tedious, and it is hard to tell which comments still apply after new commits. This Skill pulls all review comments for the current branch's PR, checks each one against the actual code, and tells you what still needs action. ## Core Features & Use Cases - Comment Aggregation: Fetches inline code comments and review-level summaries via the GitHub CLI, grouped by file with threaded replies. - Relevance Assessment: Reads the referenced code and diff to classify each comment as still relevant, already resolved, no longer applicable, nitpick, or incorrect. - Actionable Report: Presents a summary table with counts per category, then optionally implements fixes for still-relevant comments. - Use Case: After pushing changes to a branch, run this Skill to see which reviewer concerns remain unaddressed before requesting re-review. ## Quick Start Ask the assistant to check the PR review comments on the current branch and show which ones still need to be addressed.