review-pr

review-pr is a skill for Claude Code, Codex from agentdecksdk/agentdeck. It costs 62 tokens per session (1,933 once invoked), scanned A, original, MIT.

A five-stage review process for one agentdeck pull request before merging. It checks the requested change, its risks, its scope, its tests, and its documentation.

In plain words
What is it for?
Use it to inspect the issue and full code diff, run project checks, compare the change with related code, assess its stated scope, and return a merge decision with findings.
Why use it?
A structured review makes important defects easier to find and prevents outdated documentation or unsupported claims from passing with the code.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/agentdecksdk/agentdeck/review-pr
Any agent
npx skills add agentdecksdk/agentdeck --skill review-pr
Clone the repo
git clone --depth 1 https://github.com/agentdecksdk/agentdeck

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentdecksdk/agentdeck/review-pr.svg)](https://agentmods.dev/skills/agentdecksdk/agentdeck/review-pr)
Your own site
<a href="https://agentmods.dev/skills/agentdecksdk/agentdeck/review-pr"><img src="https://agentmods.dev/badge/skills/agentdecksdk/agentdeck/review-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,933 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00062 $0.01933
Opus 5 $0.00031 $0.00966
Sonnet 5 $0.00012 $0.00387
Haiku 4.5 $0.00006 $0.00193

Measured 3d ago against content hash c61481d95441, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

review-pr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/review-pr/SKILL.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Review a PR

A reviewer finds what matters, says it, and stays silent elsewhere. Prove nothing; assert what you found.

Setup

  1. Read CLAUDE.md, docs/engineering/ (principles.md, coding-standards.md, coding-agents.md, relevant specialized standards), and the docs/patterns/ files for the concerns this PR touches.
  2. Read the linked issue (gh issue view <n>) and the full diff (gh pr diff <n>).
  3. Check out the branch (gh pr checkout <n>), seed the worktree (copy .env if present, then uv venv --python 3.12 && make install), run make check. It ends by naming the docs-site pages this diff affects: open every page the PR left unchanged and confirm it is still true. No CI job does this; it is where stale prose is caught (#409 shipped five stale references past a ticked box).
  4. Run uv run scripts/quality_delta.py and PR_BODY="$(gh pr view <n> --json body -q .body)" uv run scripts/concept_budget.py. Hold the PR to its own ## Expected delta and ## Concept budget declarations; unexplained overrun beyond roughly 2x is a finding. These numbers go in the return to the orchestrator, never in the PR.
  5. Sibling comparison: for each changed or new module, pick 2-3 canonical siblings from uv run scripts/repomap.py (same package, same responsibility class), read them, and verify the PR's own ## Analog claim against the code.

Phases

Work in order. Correctness before craft: a wrong design makes naming irrelevant. Copy this checklist into your own response and check off each phase as you complete it:

Review progress:
- [ ] 1. Claims: what does this PR assert, and what must be true
- [ ] 2. Attack: go after those claims (references/attack.md)
- [ ] 3. Craft: patterns, naming, tests as spec (references/craft.md)
- [ ] 4. Scope: should this be two PRs
- [ ] 5. Verdict: post it (references/templates.md)
- [ ] 6. Harvest: usually nothing (references/craft.md)
phase does writes on the PR
1. Claims Two lines: what this PR asserts, what must be true for it to hold. nothing
2. Attack Go after those claims: lifecycle, event ordering, concurrency, failure paths, states the code cannot express. Edge cases belong here, not later; mutation-test anything the PR calls covered. Depth: references/attack.md. inline (Template A)
3. Craft Does it read like its neighbors: docs/patterns/, naming, error text, comment slop, test names that state contracts, the PR body's own verbosity. Depth: references/craft.md. inline (Template A)
4. Scope Should this be two PRs? Is anything here not asked for? one line, only if there is something
5. Verdict Draft the rubric row per phase (Claims/Attack/Craft/Scope) and findings by class, format fixed in references/templates.md (Template B). Before posting, re-read each finding and ask whether it names a concrete consequence; downgrade it to NIT if it does not. Only then post. 300 words max, hard cap
6. Harvest Optional, non-blocking, gated: see below. The default is to write nothing. an issue carrying the entry text, never a commit and never on the PR

Read the full file on GitHub · 86 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 86 lines · 62 tokens per session scan A c61481d95441

Subscribe to this mod's changes

review-pr is a skill published in the GitHub repository agentdecksdk/agentdeck (2 stars, last pushed 4d ago), licensed MIT. It adds 62 tokens to every session and 1,933 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.