pr-review

Installation
SKILL.md

PR Review

Read a PR's diff, run a code-review pass, and action the findings on the same branch.

Inputs

When invoked with arguments, the first line of the prompt may carry a context envelope as JSON:

{ "pr": 123, "branch": "agent/issue-582-foo" }

When invoked without context, detect the PR from the current branch:

gh pr view --json number,title,body,headRefName,baseRefName,closingIssuesReferences

Workflow

Installs
3
Repository
paulund/ai
GitHub Stars
3
First Seen
May 4, 2026
pr-review — paulund/ai