Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cursor-team-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Internal-style workflows for CI, code review, shipping, and test reliability. Th
|:------|:------------|
| `loop-on-ci` | Watch CI runs and iterate on failures until checks pass |
| `review-and-ship` | Run a structured review, commit changes, and open a PR |
| `pr-review-canvas` | Generate an interactive HTML PR walkthrough with annotated, categorized diffs |
| `pr-review-html` | Generate an interactive HTML PR walkthrough with annotated, categorized diffs |
| `verify-this` | Prove or disprove claims with baseline/treatment artifacts and a clear verdict |
| `control-cli` | Build or adapt a local harness to drive and profile interactive CLIs or TUIs |
| `control-ui` | Build or adapt a local browser/CDP harness for web or Electron UIs |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: pr-review-canvas
name: pr-review-html
disable-model-invocation: true
description: 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".
description: Generate an interactive PR review walkthrough as a standalone 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 an HTML review, walkthrough, or summary. For a Cursor Canvas output, use the pr-review-canvas plugin instead.
---

# PR Review Canvas
# PR Review HTML

Generate an interactive HTML review of a GitHub PR that reads like a peer walking you through what matters.

Expand Down