sekab/pr-review/SKILL.md· 593 b
---
| name: | "pr-review" |
| description: | "Review a PR diff and return blockers, nits, and a Conventional Commit message." |
| agents: | ["claude", "cursor", "kiro"] |
| version: | "1.8.0" |
| tags: | ["git", "claude", "code-review"] |
---
PR Review
Feeds a unified diff to the model, receives a review grouped by severity, and a single-line commit message.
When to use
- A branch is ready for human eyes and you want a first pass.
- Squash merges — the skill produces a single-line Conventional Commit message.
Output
Three blocks: Blockers (must fix), Nits (readability), Suggested commit.