review-pr

star 8

AI checks out a PR into a worktree, runs the project's CI commands, and posts a structured review with execution evidence — parallel to OpenClaw's /review-pr

shenxingy By shenxingy schedule Updated 6/12/2026

name: review-pr description: AI checks out a PR into a worktree, runs the project's CI commands, and posts a structured review with execution evidence — parallel to OpenClaw's /review-pr when_to_use: "review PR, code review pull request, PR feedback" argument-hint: '[PR_NUMBER_OR_URL]' user_invocable: true

Review PR Skill

Checks out the PR into a worktree, discovers and runs the project's CI commands, writes a structured review (summary, evidence, risks, suggestions), and posts it as a PR comment via gh. The verdict is grounded in the Evidence section — tests that fail force ❌, and a review that couldn't execute the change never posts ✅.

Usage

/review-pr          # Review the PR for the current branch
/review-pr 42       # Review PR #42
/review-pr https://github.com/owner/repo/pull/42
Install via CLI
npx skills add https://github.com/shenxingy/Clade --skill review-pr
Repository Details
star Stars 8
call_split Forks 6
navigation Branch main
article Path SKILL.md
More from Creator