pr-review

pr-review is a skill for Claude Code, Codex from elisaterumi-ai/agent-skills-in-practice. It costs 28 tokens per session (147 once invoked), scanned A, original, Apache-2.0.

A code-review tool for examining proposed changes, such as those in a pull request, before they are merged into a project.

In plain words
What is it for?
Use it to summarize a change, identify issues and edge cases, suggest improvements, note strengths, and rate the overall risk.
Why use it?
It helps find bugs, security risks, unclear code, and performance problems that may be missed during implementation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to summarize a change, identify issues and edge cases, suggest improvements, note strengths, and rate the overall risk.

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

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 pr-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/elisaterumi-ai/agent-skills-in-practice/pr-review/github.svg)](https://agentmods.dev/skills/elisaterumi-ai/agent-skills-in-practice/pr-review)
Your own site
<a href="https://agentmods.dev/skills/elisaterumi-ai/agent-skills-in-practice/pr-review"><img src="https://agentmods.dev/badge/skills/elisaterumi-ai/agent-skills-in-practice/pr-review/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 pr-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/elisaterumi-ai/agent-skills-in-practice/pr-review"><img src="https://agentmods.dev/badge/skills/elisaterumi-ai/agent-skills-in-practice/pr-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 147 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.00028 $0.00147
Opus 5 $0.00014 $0.00073
Sonnet 5 $0.00006 $0.00029
Haiku 4.5 $0.00003 $0.00015

Measured 12d ago against content hash 8499a176a366, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pr-review 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 12d 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.

examples/pr-review/SKILL.md · 33 lines

What it actually says

Instructions

When reviewing a pull request:

  1. Analyze the code changes (diff)
  2. Identify potential bugs or edge cases
  3. Check readability and structure
  4. Evaluate performance implications
  5. Look for security issues (if applicable)
  6. Suggest improvements and alternatives

Output Format

Summary

Short explanation of what the PR does

Issues

  • List of problems, risks, or concerns

Suggestions

  • Improvements and recommendations

Positives

  • What is well implemented

Risk Level

Low / Medium / High

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. 12d ago First seen · 33 lines · 28 tokens per session scan A 8499a176a366

Subscribe to this mod's changes

pr-review is a skill published in the GitHub repository elisaterumi-ai/agent-skills-in-practice (133 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 28 tokens to every session and 147 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

deep-review

Parallel competency-based code review. Launches independent Agent reviewers per competency (security, performance, architecture, database, concurrency, error-handling, frontend, testing), each with a focused checklist and isolated context. Synthesizes findings into unified report with FIX/DEFER/ACCEPT triage. Use…

AnastasiyaW/codex-claude-code-config · 180 tokens

architecture-quality

Keep web applications, APIs and services readable as they grow: choose feature or domain seams, assign state ownership, enforce dependency direction, keep adapters thin, and verify file shape. Use when starting or extending a web app, backend, frontend, API or multi-page product; when a change makes a module hard to…

AnastasiyaW/codex-claude-code-config · 128 tokens

deslop

Remove AI-generated code noise from the current diff while preserving behavior. Use for deslop, AI slop cleanup, unnecessary comments, defensive checks, any casts, or needless nesting after an agent-generated change. Do not use as permission for a broad rewrite or when a real bug has not been isolated.

AnastasiyaW/codex-claude-code-config · 63 tokens

thermo-nuclear-code-quality-review

Run an opt-in strict maintainability review for giant files, spaghetti growth, misplaced logic, weak boundaries, unnecessary abstractions, and missed structural simplifications. Use for a thermonuclear review, harsh code-quality audit, code-judo review, or a file approaching 1000 lines. Do not use as an automatic…

AnastasiyaW/codex-claude-code-config · 79 tokens

requesting-code-review

Pre-commit review: security scan, quality gates, auto-fix.

NousResearch/hermes-agent · 20 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens