PR Review Canvas Generate an interactive HTML review of a GitHub PR that reads like a peer walking you through what matters. Workflow 1. Fetch PR data Run these gh api calls in parallel: gh api repos/ { owner } / { repo } /pulls/ { number } --jq '{title, body, user: .user.login, state, additions, deletions, changed_files, base: .base.ref, head: .head.ref}' gh api repos/ { owner } / { repo } /pulls/ { number } /files --paginate --jq '.[] | {filename, status, additions, deletions, patch}' gh api repos/ { owner } / { repo } /pulls/ { number } /comments --jq '.[] | {user: .user.login, body, path, line}' 2. Analyze the PR and write the body HTML Read the diffs, understand the PR, and write the
<body> 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. Show more Installs 611 Repository cursor/plugins GitHub Stars 2.2K First Seen Mar 3, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warnpr-review-canvas
安装
npx skills add https://github.com/cursor/plugins --skill pr-review-canvas