Cursor plugin · Inspected
PR Review Canvas
A single-skill Cursor plugin that renders a pull request diff as a Cursor Canvas organized by reviewer value — core logic in full, wiring condensed, boilerplate summarized.
One skill, and the whole plugin is that skill. It reorders a diff for a human reader rather than for the file tree: core logic and behavior changes first with full context, wiring and integration condensed, boilerplate reduced to a list — then adds pseudocode for dense logic, before/after traces for behavior that is hard to predict from the diff, and inline Subtle / Breaking / Race condition / Perf callouts.
Who it’s for
Reviewing a PR dense enough that reviewer guidance actually helps, or summarizing a stack of PRs for a human reviewer. A plain diff view is enough for anything smaller.
Installing it
The plugin's README documents no install command of its own. Install it the way Cursor's docs describe for any marketplace plugin: open Customize in the sidebar, find the plugin, select Install, and choose project or user scope.
What it needs
- Cursor with Canvas enabled — the plugin's README lists this as a requirement, and the skill does not degrade to plain markdown without it.
- A diff source: a local branch or ref via
git diff, a GitHub PR URL or number viagh pr diff, or a Graphite stack.
The one skill it ships
The whole plugin is this one skill.
- pr-review-canvasRender a PR diff review as a Cursor Canvas that groups changes by reviewer importance, separates boilerplate from core logic, and highlights tricky or unexpected code.
Related entities
Cursor plugins
- Docs CanvasA single-skill Cursor plugin that renders architecture notes, API references, runbooks, or codebase walkthroughs as a navigable Cursor Canvas instead of a flat markdown file.
- Cursor Team KitCursor's own 18-skill kit for CI, code review, shipping, and verification, plus two subagents and two TypeScript rules — deliberately built to work without third-party service integrations.
- ThermosRuns two Cursor subagents in parallel over a branch diff — a correctness/security audit and a strict maintainability rubric — then synthesizes both into one deduplicated, prioritized review.
Sources and provenance
Everything on this page was read from primary sources published by Cursor: the plugin’s own .cursor-plugin/plugin.json manifest, its README, and the frontmatter of every skill it ships, plus the repository’s marketplace manifest for the quoted listing copy. Last checked on .
Cursor’s marketplace copy for this plugin reads: “Render PR diffs as review canvases grouped by importance.” — quoted, not assessed.
- The same skill name is bundled inside cursor-team-kit. The team-kit copy ships a renderer, stylesheet, and HTML template alongside its SKILL.md and describes itself as generating an interactive HTML page; the standalone plugin's SKILL.md describes rendering a Cursor Canvas. Treat them as the same job packaged twice rather than assuming they are byte-identical.
Nobody here has installed or run this plugin. Version numbers and component lists are a snapshot and will drift — the source directory is authoritative. Cursor states that every marketplace plugin is manually reviewed before listing; the criteria are not published in detail and have not been audited here.