pr-review-canvas
Generate an interactive PR review walkthrough as an HTML page. Fetches PR data via gh API, categorizes files into core vs mechanical changes, adds reviewer annotations, and renders diffs with moved-code detection. Use when the user pastes a GitHub PR URL and asks for a review, walkthrough, or summary, or says "review this PR".
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/cursor-team-kit/skills/pr-review-canvas ~/.claude/skills/pr-review-canvas
From README
PR Review Canvas Generate an interactive HTML review of a GitHub PR that reads like a peer walking you through what matters. Workflow Fetch PR data Run these gh api calls in parallel: Analyze the PR and write the body HTML Read the diffs, understand the PR, and write the content directly as HTML. You have full creative freedom -- the goal is to explain the PR clearly to a reviewer. Use whatever structure best fits the PR. Typical structure (adapt as needed): Header with title, PR number, author, stats Summary box explaining what the PR does in plain English Core file sections with annotations and diffs Mechanical/boilerplate files collapsed by default Review checklist at the bottom But you can also add: Pseudocode summaries for verbose code -- show the algorithm in plain English or short pseudocode, with the real diff collapsed below (use a .bp-section card labeled "Show full implementation").
More from this repo
check-compiler-errors
Used to run compile and type-check commands and report failures
control-cli
Used to build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external...
control-ui
Used to build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI.