review-pr

review-pr is a skill for Claude Code from kimgoetzke/coding-agent-configs. It costs 85 tokens per session (4,455 once invoked), scanned A, original, MIT.

A workflow for reviewing a GitHub pull request, which is a proposed set of code changes. It checks correctness, security, monitoring information, tests, and project conventions, then saves a structured review.

In plain words
What is it for?
Use it to inspect a pull request, classify issues, rate review areas by status, and prepare a review for the user. It does not post comments automatically.
Why use it?
It organizes several review checks and verifies findings before reporting them, reducing false alarms and missed problems.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

Good fit Use it to inspect a pull request, classify issues, rate review areas by status, and prepare a review for the user. It does not post comments automatically.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kimgoetzke/coding-agent-configs/review-pr
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.

Any agent
npx skills add kimgoetzke/coding-agent-configs --skill review-pr
Clone the repo
git clone --depth 1 https://github.com/kimgoetzke/coding-agent-configs

Made for: Claude Code.

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/kimgoetzke/coding-agent-configs/review-pr.svg)](https://agentmods.dev/skills/kimgoetzke/coding-agent-configs/review-pr)
Your own site
<a href="https://agentmods.dev/skills/kimgoetzke/coding-agent-configs/review-pr"><img src="https://agentmods.dev/badge/skills/kimgoetzke/coding-agent-configs/review-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,455 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00085 $0.04455
Opus 5 $0.00043 $0.02227
Sonnet 5 $0.00017 $0.00891
Haiku 4.5 $0.00009 $0.00445

Measured 6d ago against content hash 7274f1d637d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 6d 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.

skills/review-pr/SKILL.md · 312 lines

How it starts

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

Review PR

You are tasked with reviewing a GitHub pull request in the current repository. You will analyse the diff, check for issues across multiple dimensions, verify and triage the raw findings from the review sub-agents to cut noise, identify which skills were used during the review, assign a purple-red-amber-green score to each review dimension, and produce a structured review saved to disk and presented to the user.

Two rules that override everything else in this skill:

  • Never auto-post to GitHub. Even when running non-interactively or in an "auto" mode, you MUST NOT post review comments to the PR without explicit sign-off from the user. See step 9. The only exception is when the user granted that sign-off up front when invoking the skill (e.g. "review PR 42 and post the comments").
  • Verify before you report. Sub-agent findings are unverified. Every finding passes through the triage step (step 6) — you confirm it is true and worth raising before it reaches the review. This is how we keep out the noise.

Step 1: Check prerequisites

Verify that the GitHub CLI is available:

  • Run gh --version
  • If gh is not found: inform the user that gh (GitHub CLI) is required for this skill to work as expected and that without it you may not be able to perform the intended review. Ask the user explicitly whether they wish to continue regardless. If they decline, stop.

Step 2: Resolve the PR

If an argument was provided (PR number or URL):

  • If the argument is a URL pointing to a different repository, respond with: "This skill only supports reviewing PRs in the current repository. Please switch to the relevant repo and try again." then stop.
  • Otherwise, extract the PR number and proceed.

If no argument was provided:

  • Run gh pr view --json number,title,url 2>/dev/null to detect a PR from the current branch.
  • If no PR is found, ask the user for a PR number.

Validate the PR exists: gh pr view {number} --json number,title,headRefName,baseRefName,url,body,author,state

Read the full file on GitHub · 312 lines

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. 6d ago First seen · 312 lines · 85 tokens per session scan A 7274f1d637d2

Subscribe to this mod's changes

review-pr is a skill published in the GitHub repository kimgoetzke/coding-agent-configs (2 stars, last pushed 17d ago), licensed MIT. It adds 85 tokens to every session and 4,455 once invoked, about $0.0004 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.