pre-release

pre-release is a command for Claude Code from sifxprime/kodelyth-ecc. It costs 30 tokens per session (517 once invoked), scanned A, original, MIT.

A release-readiness check that reviews a software version for release, security, and code-quality problems.

In plain words
What is it for?
Use it before shipping a branch or version tag to check versioning, changelogs, rollback plans, smoke tests, security, and critical code issues.
Why use it?
It helps find missing release details, security gaps, and regressions before code goes live.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

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 commands/sifxprime/kodelyth-ecc/pre-release
Clone the repo
git clone --depth 1 https://github.com/sifxprime/kodelyth-ecc

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/sifxprime/kodelyth-ecc/pre-release.svg)](https://agentmods.dev/commands/sifxprime/kodelyth-ecc/pre-release)
Your own site
<a href="https://agentmods.dev/commands/sifxprime/kodelyth-ecc/pre-release"><img src="https://agentmods.dev/badge/commands/sifxprime/kodelyth-ecc/pre-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 517 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.1 $0.00030 $0.00517
Opus 5 $0.00015 $0.00259
Sonnet 5 $0.00006 $0.00103
Haiku 4.5 $0.00003 $0.00052

Measured 2d ago against content hash 47c6e276b6de, 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 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 2d 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.

commands/pre-release.md · 67 lines

How it starts

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

/pre-release — Parallel Release Readiness Check

Three agents verify your release is safe to ship. Catches the things that turn a Friday deploy into a weekend incident.

What Gets Launched in Parallel

Agent Focus
release-captain Semver correctness, changelog complete, rollback plan, smoke test coverage
security-reviewer Last-minute security gaps, secrets, auth issues before code goes live
code-reviewer Critical quality issues, dead code, regressions introduced in this release

Usage

/pre-release                     # check current branch vs main
/pre-release v2.1.0              # check specific version tag
/pre-release --hotfix            # fast-track: release-captain only, skip style issues

Report Format

## PRE-RELEASE REPORT

### Release Readiness (release-captain)
SEMVER:    [correct / incorrect]
CHANGELOG: [complete / missing entries]
ROLLBACK:  [plan exists / missing]
SMOKE:     [covered / gaps]

### Security Clearance (security-reviewer)
CRITICAL: [list — block if any]
HIGH:     [list]

### Code Quality (code-reviewer)
CRITICAL: [list — block if any]
HIGH:     [list]

---
VERDICT: SHIP / FIX CRITICAL FIRST / BLOCK

When to Use

  • Before cutting any release tag
  • Before merging a large feature branch
  • Before a hotfix deploy under pressure
  • As the final gate before npm publish or production push

Execute Now

Invoking this command is confirmation to proceed. Execute immediately:

  1. Determine target from $ARGUMENTS (version tag, branch, or current state).
  2. Spawn all agents simultaneously with run_in_background: true:
    • release-captain — release ritual check: semver, changelog, rollback
    • security-reviewer — security clearance scan
    • code-reviewer — final quality gate
  3. Wait for all to complete.
  4. Aggregate into the Pre-Release Report format above with a clear SHIP / BLOCK verdict.
  5. End with: "Ready to proceed with the release?" or list what must be fixed first.

Read the full file on GitHub · 67 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. 2d ago First seen · 67 lines · 30 tokens per session scan A 47c6e276b6de

Subscribe to this mod's changes

pre-release is a command published in the GitHub repository sifxprime/kodelyth-ecc (11 stars, last pushed 3d ago), licensed MIT. It adds 30 tokens to every session and 517 once invoked, about $0.0002 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-09-03.