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.
npx agentmods add commands/littlebearapps/pitchdocs/changeloggit clone --depth 1 https://github.com/littlebearapps/pitchdocsWrote 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/littlebearapps/pitchdocs/changelog)<a href="https://agentmods.dev/commands/littlebearapps/pitchdocs/changelog"><img src="https://agentmods.dev/badge/commands/littlebearapps/pitchdocs/changelog.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.00014 | $0.00443 |
| Opus 5 | $0.00007 | $0.00221 |
| Sonnet 5 | $0.00003 | $0.00089 |
| Haiku 4.5 | $0.00001 | $0.00044 |
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 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.
What it actually says
/changelog
Generate or update CHANGELOG.md using conventional commits and user-benefit language.
Behaviour
- Load the
changelogskill for format and language rules - Load the
doc-standardsrule for tone - If GitHub MCP tools are unavailable (GitLab/Bitbucket), gather equivalent data via
glabCLI, REST API, or git history. Loadplatform-profilesfor compare URL patterns. - Analyse git history:
- Parse conventional commit messages
- Identify tagged releases
- Map commits to issues/PRs
- Classify changes into Keep a Changelog categories
- Rewrite commit messages in user-benefit language
- Generate or update CHANGELOG.md
Arguments
- No arguments: generates/updates the
[Unreleased]section only - Version (e.g.,
1.3.0): generates entry for a specific version from tag full: regenerates the entire changelog from all tags
Language Transformation
Input (git log):
feat: add marketing-friendly readme generation (#42)
fix: resolve badge URL encoding for special characters (#35)
refactor: extract template engine into separate module
Output (CHANGELOG.md):
### Added
- You can now generate READMEs with marketing-friendly language (#42)
### Fixed
- Badge URLs no longer break when repos contain special characters (#35)
Note: The refactor is excluded — it's internal and doesn't affect users.
Output
Writes directly to CHANGELOG.md. Preserves existing entries when updating.
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.
- 5d ago First seen · 63 lines · 14 tokens per session scan A 3ed2c09d2867
changelog is a command published in the GitHub repository littlebearapps/pitchdocs (8 stars, last pushed 4mo ago), licensed MIT. It adds 14 tokens to every session and 443 once invoked, about $0.0001 per session on Opus 5. 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
release
Guided release for the skill-engine repo. Bumps the six version surfaces, drafts the CHANGELOG entry, runs validators, then pauses for the maintainer to commit, push, and tag manually. Accepts major / minor / patch / explicit X.Y.Z.
log
Append a change entry to CHANGELOG.md (Keep a Changelog, substantive changes only).
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.
release
Generate changelog, bump version, and create git tag.
feature-plan
Guide the agent to create or update a feature plan from a short feature request.
release
Bump version, update CHANGELOG, build, test, tag, publish.