Borrowing it
Nothing to install: this file belongs to pusewicz/cf-mcp. 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/pusewicz/cf-mcp/main/.claude/commands/release-gem.mdgit clone --depth 1 https://github.com/pusewicz/cf-mcpWrote 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/pusewicz/cf-mcp/release-gem)<a href="https://agentmods.dev/commands/pusewicz/cf-mcp/release-gem"><img src="https://agentmods.dev/badge/commands/pusewicz/cf-mcp/release-gem.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.00342 |
| Opus 5 | $0.00000 | $0.00171 |
| Sonnet 5 | $0.00000 | $0.00068 |
| Haiku 4.5 | $0.00000 | $0.00034 |
Grade A, and why
release-gem 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 6d 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
Prepare a release of the gem by running checks, ensuring version is bumped, changelog is updated, and creating a PR.
-
Run
rake testto ensure all tests pass. If tests fail, stop and report the failures. -
Run
rake standardto check code style. If there are issues, runrake standard:fixand include the fixes. -
Run
rake manifestto regenerate Manifest.txt. -
Check the current version in lib/cf/mcp/version.rb.
-
Check git log to see what changes have been made since the last release tag (use
git describe --tags --abbrev=0to find the last tag, thengit log <tag>..HEAD --oneline). -
If there are meaningful changes that warrant a release:
- If the version hasn't been bumped yet (no version bump commit since last tag), ask the user what type of version bump is needed (patch/minor/major) and bump accordingly.
- Update CHANGELOG.md with a new entry for the current version, documenting the changes since the last release.
- Add the comparison link at the bottom of CHANGELOG.md.
-
Run
bundle installto update Gemfile.lock if version was changed. -
Create a new branch named
release/vX.Y.Zwhere X.Y.Z is the version number. -
Commit all changes with message "Prepare release vX.Y.Z".
-
Push the branch and create a PR with:
- Title: "Release vX.Y.Z"
- Body: Include the changelog entry for this version and a checklist for release steps.
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.
- 6d ago First seen · 27 lines · 0 tokens per session scan A b60f2397d9c6
release-gem is a command published in the GitHub repository pusewicz/cf-mcp (2 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 342 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-31.
Other commands, from other repositories
rel
You are tasked with releasing a Ruby gem. Follow these steps in order.
release
Generate changelog, bump version, and create git tag.
sdd-discover-standards
Extract tribal knowledge from an existing Rails codebase into new SDD standards.
setup
Configure Vault PKM plugin — set vault path, API keys, and verify setup.
aw-upgrade
Upgrade gh-aw extension, recompile and validate all workflows, and open a PR with changes.
write-rbs
Write standalone RBS type signatures for Ruby files. Analyzes code, finds tests, traces types, and generates sig/.rbs files.