What problem does it solve? Reviewing large GitHub pull requests in the default web UI makes it hard to distinguish core logic changes from mechanical boilerplate, and reviewers lose context scrolling through raw diffs. This Skill turns any PR into a single interactive HTML page that reads like a peer walking you through what matters. ## Core Features & Use Cases - Automated PR Data Fetching: Pulls PR metadata, file diffs, and review comments via the GitHub CLI (gh api) in parallel. - Smart Diff Rendering: Renders unified diffs with import filtering, whitespace-change collapsing, and moved-code detection (blue/purple highlighting for relocated blocks). - Reviewer Annotations: Supports summary boxes, pseudocode explanations, collapsible boilerplate sections, callouts, diagrams, and a review checklist. - Use Case: Paste a GitHub PR URL and ask for a review walkthrough; the Skill produces a dark-themed HTML page served locally at 127.0.0.1 that separates core changes from mechanical ones with per-file annotations. ## Quick Start Paste a GitHub pull request URL and ask the agent to review this PR and generate an interactive walkthrough page.