prepare-release

prepare-release is a command for Claude Code from GenWaveLLC/svgmaker-mcp. It costs 0 tokens per session (491 once invoked), scanned A, original, MIT.

A release-preparation command that runs checks and prepares a new software version for an automated release process.

In plain words
What is it for?
Use it to choose a patch, minor, major, prerelease, or custom version; check Git changes; update package.json; and run lint, formatting, and other release checks.
Why use it?
It organizes version changes and quality checks before release, helping catch problems before a package is published.

Command for Claude Code

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/genwavellc/svgmaker-mcp/prepare-release
Clone the repo
git clone --depth 1 https://github.com/GenWaveLLC/svgmaker-mcp

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/genwavellc/svgmaker-mcp/prepare-release.svg)](https://agentmods.dev/commands/genwavellc/svgmaker-mcp/prepare-release)
Your own site
<a href="https://agentmods.dev/commands/genwavellc/svgmaker-mcp/prepare-release"><img src="https://agentmods.dev/badge/commands/genwavellc/svgmaker-mcp/prepare-release.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 491 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.00000 $0.00491
Opus 5 $0.00000 $0.00246
Sonnet 5 $0.00000 $0.00098
Haiku 4.5 $0.00000 $0.00049

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

Security

Grade A, and why

prepare-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 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/commands/prepare-release.md · 51 lines

What it actually says

Prepare Release

Run all pre-release checks and prepare a version bump for the automated release pipeline.

Step 1: Determine Version

Ask the user what version to release. Show the current version from package.json and ask:

  • What type of version bump? Options: patch, minor, major, prerelease (e.g. 1.0.0-rc.1), or custom version string.
  • If prerelease, ask for the prerelease identifier (e.g. rc.1, beta.1).
  • Show what the new version will be before proceeding. Confirm with the user.

Step 2: Check Working Tree

Run git status to verify the working tree is clean (no uncommitted changes). If there are uncommitted changes, warn the user and ask whether to proceed or abort.

Step 3: Bump Version

Update the version in package.json using the appropriate method:

  • For patch/minor/major: run npm version <type> --no-git-tag-version
  • For prerelease or custom: edit package.json directly with the exact version string

Step 4: Run Quality Checks

Run these checks sequentially. Stop and report on the first failure:

  1. Lint: npm run lint
  2. Format: npm run format:check — if this fails, run npm run format to auto-fix, then re-check
  3. Type Check: npm run typecheck
  4. Tests: npm run test
  5. Build: npm run build
  6. Security Audit: npm audit --audit-level moderate --omit=dev

If any check fails (except format, which auto-fixes), stop and help the user fix the issue before continuing.

Step 5: Commit and Push

After all checks pass:

  1. Stage package.json (and any files changed by formatting)
  2. Create a commit with message: chore: bump version to <new-version>
  3. Push to the current branch

Step 6: Summary

Print a summary:

  • Previous version → New version
  • All checks passed
  • Branch and commit hash
  • Remind the user: "Merge this branch to main to trigger the automated release pipeline."
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 · 51 lines · 0 tokens per session scan A 685f555b2669

Subscribe to this mod's changes

prepare-release is a command published in the GitHub repository GenWaveLLC/svgmaker-mcp (87 stars, last pushed 22d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 491 tokens. 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.