AI reviews a PR diff and posts a structured review comment — parallel to OpenClaw's /review-pr
Scanned 6/11/2026
Install via CLI
openskills install shenxingy/Clade---
name: review-pr
description: AI reviews a PR diff and posts a structured review comment — 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
Reads the diff of a PR, writes a structured review (summary, risks, suggestions), and posts it as a PR comment via `gh`.
## 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
```
No comments yet. Be the first to comment!