review-pr

review-pr is a skill for Claude Code from flurdy/agent-skills. It costs 31 tokens per session (2,299 once invoked), scanned A, original, MIT.

A read-only workflow for reviewing a GitHub pull request, a proposed set of code changes, at one exact version. It can compare the changes with requirements recorded in Jira, a project-tracking system.

In plain words
What is it for?
Use it to check whether a pull request meets its requirements and to report findings while preserving the exact version that was reviewed.
Why use it?
It provides an evidence-based verdict without changing the repository, posting a review, editing Jira, or taking other online actions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Good fit Use it to check whether a pull request meets its requirements and to report findings while preserving the exact version that was reviewed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flurdy/agent-skills/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 flurdy/agent-skills --skill review-pr
Clone the repo
git clone --depth 1 https://github.com/flurdy/agent-skills

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/flurdy/agent-skills/review-pr/github.svg)](https://agentmods.dev/skills/flurdy/agent-skills/review-pr)
Your own site
<a href="https://agentmods.dev/skills/flurdy/agent-skills/review-pr"><img src="https://agentmods.dev/badge/skills/flurdy/agent-skills/review-pr/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review-pr

Your own site · 80×15
<a href="https://agentmods.dev/skills/flurdy/agent-skills/review-pr"><img src="https://agentmods.dev/badge/skills/flurdy/agent-skills/review-pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,299 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 95
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00031 $0.02299
Opus 5 $0.00015 $0.01149
Sonnet 5 $0.00006 $0.00460
Haiku 4.5 $0.00003 $0.00230

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

The scan reads SKILL.md. This mod also ships 9 executable files (scripts/gh-pr-checks.sh, scripts/gh-pr-comments.sh, scripts/gh-pr-current-number.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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 · 266 lines

How it starts

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

Review Pull Request

Review one immutable GitHub pull-request snapshot. The workflow is read-only: it never submits a GitHub review, approval, change request, comment, Slack message, Jira mutation, checkout change, or other external action. No GitHub review is ever submitted by this skill.

Usage

/review-pr                                      # current branch
/review-pr 123                                  # current-repository shorthand
/review-pr owner/repo#123                       # repository-qualified
/review-pr https://github.com/owner/repo/pull/123  # PR URL
/review-pr owner/repo#123 --automation --premium-established --expected-head SHA

Accept a PR URL, owner/repo#number, a numeric current-repository shorthand, or no selector. A qualified selector never derives repository identity from the current working directory.

Optional controls:

  • --expected-head SHA — require the selected immutable head.
  • --checkout PATH — consider this local checkout, but use it only after exact verification.
  • --automation — return the machine-readable contract below and never ask a question.
  • --premium-established — assert that the caller selected the premium route before automation.
  • --deadline-seconds N — total attended review budget; default 300 seconds. Record one absolute stop deadline at invocation, pass only the remaining seconds to each collector call, and return partial evidence when the budget expires.

1. Establish the premium route

This skill is model-tier: premium.

For a manual invocation below the premium tier, use AskUserQuestion once:

  • Continue here — accept reduced depth for this run.
  • Stop — switch model or rerun in a premium session.

Skip the question when the user explicitly selected the current model.

For --automation, the skill must not prompt. Require --premium-established and confirm the current route satisfies the premium tier. If either condition fails, return status: failed, reason: premium-route-unavailable, and no verdict. Frontmatter alone is not route attestation.

Read the full file on GitHub · 266 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. 9d ago First seen · 266 lines · 31 tokens per session scan A 94d649612d3c

Subscribe to this mod's changes

review-pr is a skill published in the GitHub repository flurdy/agent-skills (9 stars, last pushed 2d ago), licensed MIT. It adds 31 tokens to every session and 2,299 once invoked, about $0.0002 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.