ai: Skill for Claude Code

.claude/skills-global/do-pr-review/SKILL.md

do-pr-review is a skill for Claude Code from tomcounsell/ai. It costs 37 tokens per session (5,496 once invoked), scanned B, original, GPL-3.0.

A skill for reviewing a pull request against the plan it was supposed to follow.

In plain words
What is it for?
Use it when reviewing a pull request, checking a PR, or providing a pull-request URL.
Why use it?
It helps check whether the submitted changes match the agreed approach rather than reviewing the code in isolation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is tomcounsell/ai's own configuration. It tells Claude Code how to work on ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tomcounsell/ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/tomcounsell/ai/main/.claude/skills-global/do-pr-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/tomcounsell/ai

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tomcounsell/ai/do-pr-review"><img src="https://agentmods.dev/badge/skills/tomcounsell/ai/do-pr-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,496 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00037 $0.05496
Opus 5 $0.00018 $0.02748
Sonnet 5 $0.00007 $0.01099
Haiku 4.5 $0.00004 $0.00550

Measured 3d ago against content hash 5aab12d593fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade B, and why

do-pr-review scanned grade B with 1 finding 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.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

allowed-tools: mcp__byob__*, Bash(gh:*), Bash(git:*), Bash(python:*), Bash(jq:*), Bash(sdlc-tool:*), Read, Write, Edit, Grep, Glob, Agent
.claude/skills-global/do-pr-review/SKILL.md · 340 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

5 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 Changed · +60 lines 5aab12d593fe
  2. 5d ago Changed · +2 lines 31855338a7f9
  3. 11d ago First seen · 278 lines · 37 tokens per session scan B 0bc1eea128e3

Subscribe to this mod's changes

do-pr-review is a skill published in the GitHub repository tomcounsell/ai (24 stars, last pushed today), licensed GPL-3.0. It adds 37 tokens to every session and 5,496 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). 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

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now…

jcarlosrodicio/opencode-agent-orchestration-kit · 67 tokens

code-review-and-quality

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

jcarlosrodicio/opencode-agent-orchestration-kit · 51 tokens

code-simplification

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

jcarlosrodicio/opencode-agent-orchestration-kit · 51 tokens

auto-review-loop-minimax

Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".

wanshuiyin/Auto-claude-code-research-in-sleep · 50 tokens

openlore-execute-refactor

Apply a confirmed .openlore/refactor-plan.md with a test gate after each change. Use when asked to execute or continue an OpenLore refactoring plan.

clay-good/OpenLore · 41 tokens

ap-reviewer

Report the compatibility redirect to ap-independent-checker; this retired role cannot perform new work.

Spielewoy/autoprompt-skill · 23 tokens