pr-verification

pr-verification is a skill for Claude Code, Codex from bman654/clodex. It costs 88 tokens per session (2,629 once invoked), scanned A, original, MIT.

A review standard for checking a coding change before opening a pull request, which is a request for others to review and merge code.

In plain words
What is it for?
Use it to verify fixes, strengthen tests, review your own changes, and prepare a pull-request description.
Why use it?
It helps catch weak tests, unproven bugs, and other review problems before the branch is shared. It requires an adversarial review and resolution of its findings before pushing or opening the pull request.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/bman654/clodex/pr-verification
Any agent
npx skills add bman654/clodex --skill pr-verification
Clone the repo
git clone --depth 1 https://github.com/bman654/clodex

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-verification

README.md
[![agentmods](https://agentmods.dev/badge/skills/bman654/clodex/pr-verification.svg)](https://agentmods.dev/skills/bman654/clodex/pr-verification)
Your own site
<a href="https://agentmods.dev/skills/bman654/clodex/pr-verification"><img src="https://agentmods.dev/badge/skills/bman654/clodex/pr-verification.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,629 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00088 $0.02629
Opus 5 $0.00044 $0.01314
Sonnet 5 $0.00018 $0.00526
Haiku 4.5 $0.00009 $0.00263

Measured 5d ago against content hash a81a0aec188b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pr-verification 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 5d 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-verification/SKILL.md · 184 lines

How it starts

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

Before you open a PR

Your change will be held to a higher bar than "the suite is green." Across ~100 merged and closed PRs, three failures dominate — in this order. They are what most review rounds are spent on, and every one of them is cheaper to catch now than after a reviewer finds it.

This file is a gate, not a checklist to run alongside the PR. Nothing is pushed and no PR is opened until every item below has been done and your local adversarial review has reported and its findings are resolved. Running the review in parallel with git push looks like free wall-clock and is not: a finding that lands after the branch is public costs a force-push or a second PR, it can reach a reviewer or a merge first, and it arrives already framed as follow-up — which is how a should-fix becomes a won't-fix. "Quick PR" is a reason to keep the change small, never a reason to open it before the gate closes.

A review that reports "nothing to fix" still has to report before the push. The point is not that findings are likely; it is that the branch going public is the irreversible step, and the review is what tells you whether it should.

1. Tests must discriminate. Green is not evidence.

The single most common defect. Tests pass; the behavior they claim to pin is absent, unreachable, or staged in a state production can never produce.

The acceptance test: delete the feature and run the suite. If nothing turns red, the tests are theatre regardless of how many there are. One detector shipped with tests staging the scenario in a data region the detector never touches — deleting the entire feature left 85/85 green, and the detector was dead in production.

  • Run the full file, not -t isolation — they disagree, and CI runs the file. A test has passed in the full run and failed under -t.
  • Stage state through production producers. For chain/head/normalization work, emit the item via response.output_item.done into the expected-assistant history; never plant it directly in the request input. That region is kept verbatim and can never diverge, so a test staged there passes no matter what the code does. This defect has now been seen twice.
  • Mutate each independent guard and precedence branch, not just the happy path.
  • Include over-scope and under-scope negatives — prove the change does not fire where it shouldn't.
  • Never accept the sha256 source-digest pin as the failing test. It is a tripwire, not a behavioural test. A mutation that broke a real bridge leak passed 1329/1330 with the digest pin as the only red. If the pin is the only thing failing, the behaviour is unpinned.

Read the full file on GitHub · 184 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. 5d ago First seen · 184 lines · 88 tokens per session scan A a81a0aec188b

Subscribe to this mod's changes

pr-verification is a skill published in the GitHub repository bman654/clodex (50 stars, last pushed yesterday), licensed MIT. It adds 88 tokens to every session and 2,629 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens