Turns a GitHub PR URL into an interactive HTML walkthrough that reads like a senior engineer explaining what actually matters. Fetches the PR via gh API, categorizes files into core changes versus mechanical boilerplate, renders diffs with moved-code detection, and lets you collapse noise. The clever bit is pseudocode summaries: when a file adds 173 lines of retry logic, you get a plain-English algorithm block first, real diff collapsed below. Includes inline annotations, review checklists, and supports custom diagrams or tables if the PR needs them. Spins up a local server and opens the review in your browser. Useful when you need to understand a complex PR quickly or want to walk someone else through your changes without a wall of diff noise.
npx -y skills add cursor/plugins --skill pr-review-canvas --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
microsoft/win-dev-skills
github/awesome-copilot