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.
git clone --depth 1 https://github.com/mizukaizen/hive-doctrine-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/mizukaizen/hive-doctrine-mcp/release)<a href="https://agentmods.dev/commands/mizukaizen/hive-doctrine-mcp/release"><img src="https://agentmods.dev/badge/commands/mizukaizen/hive-doctrine-mcp/release/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/mizukaizen/hive-doctrine-mcp/release"><img src="https://agentmods.dev/badge/commands/mizukaizen/hive-doctrine-mcp/release.svg" alt="Reviewed on agentmods" width="80" 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.00517 |
| Opus 5 | $0.00000 | $0.00259 |
| Sonnet 5 | $0.00000 | $0.00103 |
| Haiku 4.5 | $0.00000 | $0.00052 |
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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Command: /release
Prepare and publish a semver-compliant release.
Usage
/release [major|minor|patch]
If no version type is specified, analyse commits since the last tag to determine the appropriate bump.
Process
Step 1: Determine Version
# Get current version
git describe --tags --abbrev=0
# List commits since last tag
git log $(git describe --tags --abbrev=0)..HEAD --oneline
Apply semver rules:
- Any commit with
breaking:orBREAKING CHANGEin the body = major - Any commit with
feat:= minor (unless major is triggered) - Only
fix:,docs:,chore:= patch
Step 2: Generate Changelog
Run /changelog to generate entries. Review the output for accuracy.
Step 3: Update Version Files
Update version references in:
package.json(Node.js)Cargo.toml(Rust)pyproject.toml(Python)- Any other version files detected in the project
Step 4: Write Migration Guide (if major)
For major version bumps, generate a migration guide covering:
- What changed and why
- Before/after code examples
- Step-by-step upgrade instructions
Save to docs/migration/v[X]-to-v[Y].md.
Step 5: Create Release Commit and Tag
git add -A
git commit -m "chore: release v[X.Y.Z]"
git tag -a "v[X.Y.Z]" -m "Release v[X.Y.Z]"
Step 6: Publish
- Push commits and tags:
git push origin main --tags - Create GitHub release with changelog as the body
- Publish to package registry if applicable
Step 7: Post-Release
- Verify the release appears on GitHub
- Verify the package is available on the registry
- Close the milestone (if one was used)
- Report: "Released v[X.Y.Z] with [N] changes"
Rules
- Never release on a Friday. If it is Friday, schedule for Monday.
- Never release without running the full test suite.
- If any breaking change is found but the version type is set to minor or patch, stop and warn.
- Always review the generated changelog before publishing — automated output needs human verification.
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.
- 9d ago First seen · 73 lines · 0 tokens per session scan A b6dd957d6ca4
release is a command published in the GitHub repository mizukaizen/hive-doctrine-mcp (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 517 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
CHANGELOG
Command "CHANGELOG" from bytedance/UI-TARS-desktop, covering 0.4.0 2024-12-10 - add logging, 1.2.29, 1.2.28, 1.2.26 and 1.2.25.
release
Release manager for frontend and mobile. Writes App Store notes, user-facing changelog, flags stale docs and landing copy. Actions: notes | changelog | docs | sync.
ng-ship-review
Portable command prompt generated from skills/checking-release-readiness/SKILL.md. Edit the skill, then run python tools/ng.py gen-commands; do not edit this file by hand.
frankx-ai-deploy
Deploy FrankX.AI website changes to Vercel with quality checks.
plan-sync
Sync all plan-related files to the production worktree and deploy.
ship
Walk the ship checklist for a feature — surfaces, docs, and the catalog-from-live-truth rule.