# Pr Review

> Summarize and adversarially review a GitHub pull request. Use when this capability is needed.

- Skill: `tomevault-io/pr-review-5` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/pr-review-5`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/pr-review-5/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/pr-review-5

---


Review pull request `$ARGUMENTS`.

1. Fetch the PR metadata and diff via `gh pr view` and `gh pr diff`.
2. If the PR branch isn't already checked out locally, run `jj git fetch` and `jj new <branch>` to get it.
3. Summarize what the PR does and why.
4. Analyze the architecture and check whether this change could have been achieved in a simpler or more idiosyncratic way.
5. Perform an adversarial review: actively try to break the code. Look for logic errors, incorrect assumptions, edge cases, silent failures, security holes, race conditions, and performance traps. Only report real, substantiated issues with file:line references — not hypotheticals or linter-level nitpicks.

---
> Source: [workflow/dotfiles](https://github.com/workflow/dotfiles) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-18 -->

