with one click
pr-review
Review Github pull requests
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review Github pull requests
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | pr-review |
| description | Review Github pull requests |
To load a Github pull request, run the fetch tool twice:
First, load the URL for the PR to understand the author's intent.
Your fetch tool does not execute JavaScript. Note that parts of the Github UI may fail without JS; for example, loading comments might say:
UH OH!
There was an error while loading"
This is okay and expected. Don't worry about that.
To load the diff for the PR, fetch the PR URL with a .diff
attached to the end. For example, to review
https://github.com/synthetic-lab/octofriend/pull/66, you should fetch:
https://github.com/synthetic-lab/octofriend/pull/66.diff
The diff is the most important part. The author may be incorrect, or have the right idea but the wrong implementation. Focus on whether there are any bugs or unexpected behavior.