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/changelog)<a href="https://agentmods.dev/commands/mizukaizen/hive-doctrine-mcp/changelog"><img src="https://agentmods.dev/badge/commands/mizukaizen/hive-doctrine-mcp/changelog/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/changelog"><img src="https://agentmods.dev/badge/commands/mizukaizen/hive-doctrine-mcp/changelog.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.00581 |
| Opus 5 | $0.00000 | $0.00291 |
| Sonnet 5 | $0.00000 | $0.00116 |
| Haiku 4.5 | $0.00000 | $0.00058 |
Grade A, and why
changelog 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 11d 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 — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Command: /changelog
Generate a changelog from git commits since the last release tag.
Usage
/changelog
Process
Step 1: Identify Range
LAST_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "")
if [ -z "$LAST_TAG" ]; then
echo "No previous tags found. Generating changelog for all commits."
git log --oneline --no-merges
else
git log "${LAST_TAG}..HEAD" --oneline --no-merges
fi
Step 2: Categorise Commits
Group commits by type using Conventional Commits prefixes:
- Breaking Changes —
breaking:or commits withBREAKING CHANGEin body - Features —
feat: - Bug Fixes —
fix: - Documentation —
docs: - Other —
chore:,refactor:,test:,ci:,style:
Step 3: Generate Changelog Entry
Format using Keep a Changelog style:
## [X.Y.Z] — YYYY-MM-DD
### Breaking Changes
- Description of breaking change ([#PR](link)) — @contributor
### Added
- Description of new feature ([#PR](link)) — @contributor
### Fixed
- Description of bug fix ([#PR](link)) — @contributor
### Changed
- Description of change ([#PR](link)) — @contributor
### Documentation
- Description of docs update ([#PR](link)) — @contributor
Step 4: Polish
- Rewrite commit messages into user-friendly language. "fix: null deref in parser" becomes "Fixed crash when parsing empty configuration files."
- Credit contributors by their handle.
- Link to relevant PRs or issues.
- Remove internal-only changes (CI config, dev tooling) unless they affect contributors.
Step 5: Output
Prepend the new entry to CHANGELOG.md. If the file does not exist, create it with a header:
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Rules
- Changelogs are for users. Write in language they understand.
- Always credit contributors. Open source runs on recognition.
- Group related changes together rather than listing every commit individually.
- If a commit message is unclear, check the diff to understand what actually changed.
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.
- 11d ago First seen · 84 lines · 0 tokens per session scan A 422a283d25cb
changelog 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 581 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.