pre-release-review

pre-release-review is a skill for Claude Code, Codex from gtapps/claude-code-hermit. It costs 188 tokens per session (3,159 once invoked), scanned A, original, MIT.

A pre-release review workflow for a multi-plugin monorepo, a single repository containing several plugins, that compares each plugin’s pending changes with its unreleased changelog.

In plain words
What is it for?
Use it before releasing one or more plugins to define their change range, inspect code and contracts, and perform either a correctness review or a design review according to the chosen mode.
Why use it?
It shows what is actually shipping, finds missing or inaccurate changelog entries, and identifies changes that could break downstream users before release.

Skill for Claude CodeCodex

Written for Claude Code and Codex: Claude Code plugin machinery, but also agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md; mentions Codex.

Good fit Use it before releasing one or more plugins to define their change…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gtapps/claude-code-hermit/pre-release-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 gtapps/claude-code-hermit --skill pre-release-review
Clone the repo
git clone --depth 1 https://github.com/gtapps/claude-code-hermit

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 pre-release-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/pre-release-review.svg)](https://agentmods.dev/skills/gtapps/claude-code-hermit/pre-release-review)
Your own site
<a href="https://agentmods.dev/skills/gtapps/claude-code-hermit/pre-release-review"><img src="https://agentmods.dev/badge/skills/gtapps/claude-code-hermit/pre-release-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 188 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,159 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.00188 $0.03159
Opus 5 $0.00094 $0.01580
Sonnet 5 $0.00038 $0.00632
Haiku 4.5 $0.00019 $0.00316

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

Security

Grade A, and why

pre-release-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 today.

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.

.agents/skills/pre-release-review/SKILL.md · 220 lines

How it starts

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

Pre-Release Review

Run this gate immediately before $release or $fleet-release. Answer:

  1. What is actually shipping in each plugin?
  2. Does each plugin's [Unreleased] changelog accurately describe that diff?
  3. Per the mode picked in Step 0: does a dedicated Codex review find correctness problems in the union release window (Step 4), or is what shipped the right design for a downstream hermit (Step 3D)?

Keep Steps 1–3 and 3D read-only. Do not edit changelogs, bump versions, commit, tag, or push. Step 4 may edit only when the user chose the disclosed review-and-fix mode in Step 0.

Invocation

  • $pre-release-review — audit every plugin with commits since its own last tag.
  • $pre-release-review for one or more <plugin-slug>s — audit only those plugins.
  • Any trailing free text is the objective: it settles the Step 0 mode when it clearly names one ("design review", "run the deep pass too") and otherwise becomes the lens the verdict answers.

When installed, $release-status is an optional lightweight precursor. $docs-drift is the documentation follow-up after this changelog-vs-code audit.

Step 0 — Pick the mode

Ask once, in one message, before any git work, unless the invocation already settles it. Offer three options and accept a free-text objective alongside any of them:

  1. Readiness audit (default) — Steps 1–3. Cheap, read-only.
  2. Audit + deep correctness review — Steps 1–4. Choosing this authorizes the Step 4 native code review (read-only) and the disclosed confirmed-fix pass; state the cost and that confirmed fixes edit the working tree, and do not ask again later.
  3. Design review — Steps 1–3, then Step 3D: an adversarial critique of what shipped (overengineering, alternative designs, downstream-hermit impact), sourced from the PRs, issues, and proposals behind the window. Read-only.

A free-text objective does two things: the Verdict answers it ("ready to tag for ", never an unqualified ready), and Step 3 flags anything in the window that does not serve it as scope creep, even when it is correctly documented.

Read the full file on GitHub · 220 lines

Files

What ships with it

1 file 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 55b6cd186e65
  2. 7d ago First seen · 220 lines · 188 tokens per session scan A 43d0f2559619

Subscribe to this mod's changes

pre-release-review is a skill published in the GitHub repository gtapps/claude-code-hermit (74 stars, last pushed yesterday), licensed MIT. It adds 188 tokens to every session and 3,159 once invoked, about $0.0009 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.