Borrowing it
Nothing to install: this file belongs to agigante80/actual-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/agigante80/actual-mcp-server/main/.claude/commands/release.mdgit clone --depth 1 https://github.com/agigante80/actual-mcp-serverWrote 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.
[](https://agentmods.dev/commands/agigante80/actual-mcp-server/release)<a href="https://agentmods.dev/commands/agigante80/actual-mcp-server/release"><img src="https://agentmods.dev/badge/commands/agigante80/actual-mcp-server/release.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00339 |
| Opus 5 | $0.00000 | $0.00169 |
| Sonnet 5 | $0.00000 | $0.00068 |
| Haiku 4.5 | $0.00000 | $0.00034 |
Grade A, and why
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 8d 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.
What it actually says
Release the current develop to main: fast-forward main, tag the new version, confirm the publish pipeline is green, and close the GitHub issues the release shipped. This is the only sanctioned path to main (implement-ticket and merge-pr stop at develop).
Usage
Accepted argument (optional): an expected version (e.g. 0.6.40) to assert against the VERSION on develop as a safety check.
Examples: /release, /release 0.6.40
Steps
Run the release skill (.claude/skills/release/SKILL.md). It:
- Verifies the release preconditions (develop ahead of main, version-bumped, develop CI green); stops with a clear next action if any fails, never forcing the release-gate hook.
- Computes the release manifest: the version to tag, and the implemented tickets to close (the
(#N)references in commit subjects inmain..develop, never the CVE/alert numbers in commit bodies). - Fast-forwards
maintodevelopand pushes; waits for the main-push CI run to go green (the same-SHA wait the release-gate hook requires before tagging). - Tags
vX.Y.Zand pushes the tag; waits for the release pipeline (npm + multi-arch Docker + Docker Hub + Create Release) to go green. - Closes each implemented ticket that is still open, with a "Released in vX.Y.Z" comment.
- Returns to
developand reports the version, the release run conclusion, the published artifacts, and the tickets closed.
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.
- 8d ago First seen · 19 lines · 0 tokens per session scan A 5190a7fd5e46
release is a command published in the GitHub repository agigante80/actual-mcp-server (50 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 339 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.
Other commands, from other repositories
changelog
View recent CHANGELOG entries.
finish-branch-execute
Step 4 of finishing-a-development-branch: Execute chosen integration option (merge, PR, PR+dance, keep, or discard).
opensource
Prepare a project or module for open-source release. 3-phase pipeline - strip secrets, sanitize, package with docs.
changelog
Create engaging changelogs for recent merges to main branch.
forge-update
A command for updating the Claude Forge framework from its remote Git repository. It can check for updates, pull them, and run post-update steps.
launch
Prepare a release by validating the install surface.