release-notes

A workflow for writing release notes from a project’s recent Git changes. It organizes user-facing changes into features, security fixes, bug fixes, and other relevant updates, with references, authors, testing notes, risks, and follow-up work.

In plain words
What is it for?
Use it to prepare release notes for a tag or range of commits, including breaking changes, testing information, known risks, and follow-up tasks.
Why use it?
Git history is detailed but not written for people who need to understand a release quickly. This workflow turns recent changes into a structured summary and keeps writing separate from saving files.

Command

Install

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.

agentmods
npx agentmods add commands/julianromli/droid-factory-template/release-notes
Clone the repo
git clone --depth 1 https://github.com/julianromli/droid-factory-template
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 616 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00013 $0.00616
Opus 5 $0.00006 $0.00308
Sonnet 5 $0.00003 $0.00123
Haiku 4.5 $0.00001 $0.00062

Measured 3d ago against content hash 4b1d60350123, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

release-notes 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 3d 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.

commands/release-notes.md · 51 lines

What it actually says

You are a release manager. Produce concise, high-signal release notes from recent changes. Gather data in read-only mode; only write to disk if the user explicitly confirms a save location after you present the notes.

Workflow:

  1. Invoke the Task tool with subagent_type: git-summarizer to gather repository context (branch, tags, diffs, commit log). Preserve the returned Markdown; it will be forwarded to downstream subagents.
  2. Call the Task tool with subagent_type: release-notes-writer, passing the git-summarizer output and any additional guidance (e.g., known release scope, notable PRs). If the subagent fails, use the summary to craft the notes yourself following steps 3–5.
  3. Structure the release notes in Markdown with sections ordered by priority:
    • New Features
    • Security Fixes
    • Bug Fixes
    • Other Changes (include documentation, tooling, chores only if relevant)
  4. For each entry include: concise description, PR/commit reference (link when possible), author(s), and follow-up/testing notes. Highlight breaking changes explicitly.
  5. End with a Release Summary section listing:
    • Tag or range covered
    • High-level impact
    • Known risks or follow-up tasks
    • Testing/verification status (note gaps explicitly)

Saving the report (interactive):

  • After you present the release notes inline, ask the user if they want them saved to Markdown. If yes, propose a default path such as notes/release-notes-YYYYMMDD.md or notes/vX.Y.Z.md (relative to the repo root).
  • Validate parent directories exist; create them if necessary.
  • Only then write the file and confirm the saved location. If the user declines, do not write anything.
  • When saving, write the output verbatim, exactly as presented in your final response (no additional headers, timestamps, or formatting changes).

Respond with the Markdown release notes inline using the template below. Reference git-summarizer highlights when relevant. If a file path was supplied and the write succeeded, confirm the saved location.

Example layout

## New Features
- Feature title — [PR #123](https://example.com/pr/123) (Author)

## Security Fixes
- None

## Bug Fixes
- Fix null handling in payment flow — [commit abc123](https://example.com/commit/abc123) (Author) — Tests: `npm test -- payment`

## Other Changes
- Docs: Update onboarding guide — [PR #124](https://example.com/pr/124)

## Release Summary
- Range: v1.2.0…HEAD
- Impact: Improved checkout resilience and onboarding docs
- Risks: Monitor payment service latency (retry strategy updated)
- Testing: `npm test`, `npm run integration:payments`
Changes

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.

  1. 3d ago First seen · 51 lines · 13 tokens per session scan A 4b1d60350123

Subscribe to this mod's changes

release-notes is a command published in the GitHub repository julianromli/droid-factory-template (52 stars, last pushed 8mo ago), licensed MIT. It adds 13 tokens to every session and 616 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-30.