# Review Pr

> Review a pull request. Self-fix on own PRs, post a review on others'. Load repo-setup first.

- Skill: `getsentry/review-pr` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add getsentry/review-pr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/getsentry/review-pr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: Sentry (https://skillmd.com/u/getsentry)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/getsentry/review-pr

---


# Review PR

Review a PR the bot is involved in. Load `repo-setup` first.

## Workflow

1. Check authorship: `gh pr view <N> --json author --jq .author.login`
   vs `$ME` (your identity). Skip drafts unless it's your own PR.
2. Read the PR's intent (body, linked issues, commit log).
3. Load `review` skill.
4. Act on findings:
   - **No findings**: post a `--comment` review (reserve `--approve`
     for when you can vouch for correctness).
   - **Findings on own PR**: load `apply-fixes` skill to push fixes.
   - **Findings on others' PR**: post `--request-changes` or
     `--comment` review via `gh pr review`. Don't push to their branch.

Write review comments like a senior dev — direct, specific, no
filler. "this will panic on nil" not "I noticed that this could
potentially cause a nil pointer dereference."

Don't approve trivially. Don't merge.

