clodex: Skill for Claude Code

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

pr-review is a skill for Claude Code from bman654/clodex. It costs 79 tokens per session (4,198 once invoked), scanned A, original, MIT.

A method for reviewing pull requests, which are proposed code changes submitted for team review. It explains how to understand the actual diff, test claims, assess risks, and report findings.

In plain words
What is it for?
Use it to review a Clodex pull request, compare revisions, investigate reported issues, decide how serious findings are, and determine whether the change is ready to merge.
Why use it?
It helps reviewers avoid judging stale changes, missing context, or unproven claims, especially when a pull request has been rebased or updated.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

This is bman654/clodex's own configuration. It tells Claude Code how to work on clodex 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 clodex configures →

Reuse

Borrowing it

Nothing to install: this file belongs to bman654/clodex. 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/bman654/clodex/main/.claude/skills/pr-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/bman654/clodex

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/bman654/clodex/pr-review.svg)](https://agentmods.dev/skills/bman654/clodex/pr-review)
Your own site
<a href="https://agentmods.dev/skills/bman654/clodex/pr-review"><img src="https://agentmods.dev/badge/skills/bman654/clodex/pr-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,198 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 Agent Snooping · line 8
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00079 $0.04198
Opus 5 $0.00039 $0.02099
Sonnet 5 $0.00016 $0.00840
Haiku 4.5 $0.00008 $0.00420

Measured 8d ago against content hash 8f940f9900c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d 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/pr-review/SKILL.md · 244 lines

How it starts

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

Reviewing a clodex PR

The bar you are checking the change against is .claude/skills/pr-verification/SKILL.md — read that first; this document is only about how to run the review itself. Everything here was paid for by a review that got something wrong.

Orient before you read code

  • Diff head.sha against your notes before re-reviewing anything. GitHub does not make "what is new since my review" legible: a stale review request or an old force-push notification reads exactly like fresh work. One gh api repos/bman654/clodex/pulls/N --jq .head.sha settles it. A PR timeline that ends on your own review is the other tell.
  • When the author rebased, diff patch-vs-patch, not head-vs-head. After a rebase onto a new release, git diff old..new is pure noise. Use git diff $(git merge-base main X)..X for each head and then diff -u the two patches. This is how you find out a "small update" was actually a full rebuild.
  • Before alleging the author skipped work or misstated a result, read the PR body and the comments, and tie every claim to the head it describes. A reviewer once called a contributor's number an unsupported inference when the PR's own validation section stated the source in as many words — the same failure shape we warn contributors about, committed by the reviewer. Later, a panel drafted a note telling an author to re-run a gate his own transplant comment had already reported, with the exact numbers we had measured ourselves. After a rebase or transplant the current gate result often lands in a comment while the body still describes the dead head — but a comment ages the same way, so neither surface is authoritative until you match it to the head. Note what did not save us there: four lenses, a refuter pass, and a cross-family cross-check all missed it, and the cross-check actually endorsed the note and extended it. Only an explicit body-versus-comment check before drafting caught it. That is why this is a named step and not a thing you can expect the panel to notice.

Read the full file on GitHub · 244 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. 8d ago First seen · 244 lines · 79 tokens per session scan A 8f940f9900c0

Subscribe to this mod's changes

pr-review is a skill published in the GitHub repository bman654/clodex (55 stars, last pushed yesterday), licensed MIT. It adds 79 tokens to every session and 4,198 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-30.