checking-pr-readiness

checking-pr-readiness is a skill for Claude Code, Codex from jrgilbertson/the-rookery. It costs 100 tokens per session (5,411 once invoked), scanned A, original, MIT.

A read-only check that decides whether a completed code branch is ready to enter the pull-request and automated-testing process.

In plain words
What is it for?
Use it to assess whether work is ready to ship, review what was checked, and record one owner-approved decision before opening a pull request.
Why use it?
It gathers the relevant evidence and unresolved findings in one place, so a readiness decision does not rely on memory or guesswork.

Skill for Claude CodeCodex

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

Good fit Use it to assess whether work is ready to ship, review what was checked, and record one owner-approved decision before opening a pull request.

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

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 checking-pr-readiness

README.md
[![agentmods](https://agentmods.dev/badge/skills/jrgilbertson/the-rookery/checking-pr-readiness/github.svg)](https://agentmods.dev/skills/jrgilbertson/the-rookery/checking-pr-readiness)
Your own site
<a href="https://agentmods.dev/skills/jrgilbertson/the-rookery/checking-pr-readiness"><img src="https://agentmods.dev/badge/skills/jrgilbertson/the-rookery/checking-pr-readiness/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 checking-pr-readiness

Your own site · 80×15
<a href="https://agentmods.dev/skills/jrgilbertson/the-rookery/checking-pr-readiness"><img src="https://agentmods.dev/badge/skills/jrgilbertson/the-rookery/checking-pr-readiness.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,411 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.00100 $0.05411
Opus 5 $0.00050 $0.02705
Sonnet 5 $0.00020 $0.01082
Haiku 4.5 $0.00010 $0.00541

Measured today against content hash 27b5200e07f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

checking-pr-readiness 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 today.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/changelog-union.sh, scripts/evidence-freshness.sh, scripts/surface-report.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/checking-pr-readiness/SKILL.md · 442 lines

How it starts

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

Checking PR Readiness

Check whether a branch is ready to enter the pull request and continuous-integration process. Internally the gate gathers the full working surface, upstream-step receipts, plan-versus-delivered, pre-PR review checks, and learning signal. Then brief a recommendation plus numbered live options and wait for a numbered reply from whoever is talking.

The gate is read-only. Companion skills own edits, reviews, and capture; the host repository's hooks and task runners own deterministic re-runs. This skill verifies those from receipts or dispatches the skill that owns them. Nothing is done without evidence in the captured gather. Incomplete gather cannot offer Approve.

Status words

Every check reports with one word from this closed set, used consistently and without synonyms:

  • verified — a named receipt supports the claim in the captured gather, or, for solution simplicity only, this gate's own live fresh dispatch against an unchanged subject does.
  • attested — the owner states missing intent (step 4) and no durable source exists; recorded as attestation, not as evidence. Do not use this word to vouch that a missing review or simplify step happened.
  • not verified — no receipt exists and no attestation was given.

Also in the set (same one-token rule): failed, not run, skipped, unavailable, bypassed, not applicable. Use the ordinary meaning of each word; bypassed always records the owner's reason.

Workflow

Bind identity first. Read references/identity-and-argv.md when capturing the native subject, full head, target/base ref, and full base OID, when proving helper --base binding, when rerunning a repository-authored check, and immediately before accepting option 1.

1. Gather the working surface

The finishing path will stage this surface. Create an owner-only mktemp -d directory outside the target repository first; capture helper stdout there and do not echo the inventory into chat. Do not remove that directory while the run is waiting for a numbered reply. Run scripts/surface-report.sh when it is present and executable. Pass --full so the listing written to temp includes every path. The same run supplies step 6's informational size diagnostics; optional --cap values and their interpretation live in references/sweep-classes.md class 11. Always produce the surface report on this run (omit --defer even when a repository gate owns a size check).

Read the full file on GitHub · 442 lines

Files

What ships with it

7 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. today Changed · +2 lines 27b5200e07f6
  2. yesterday Changed · +1 lines 45dc49fc7291
  3. 2d ago Changed · +26 lines e0faf28ad7d5
  4. 3d ago Changed · -2 lines 98fadc81a2d4
  5. 4d ago Changed · +3 lines 2685ca9a76c8
  6. 6d ago Changed · +20 lines · -39 tokens per session 01e93f749c33
  7. 11d ago First seen · 392 lines · 139 tokens per session scan A 70d67980c7a0

Subscribe to this mod's changes

checking-pr-readiness is a skill published in the GitHub repository jrgilbertson/the-rookery (4 stars, last pushed yesterday), licensed MIT. It adds 100 tokens to every session and 5,411 once invoked, about $0.0005 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.