changelog-updates

changelog-updates is a skill for Codex from OutlineDriven/outline-driven-development. It costs 27 tokens per session (836 once invoked), scanned A, original, Apache-2.0.

A release-note drafting helper that summarizes user-facing changes within a specified release or version range. It also records which release boundary was covered.

In plain words
What is it for?
Use it to read local project history, draft developer- or user-facing release communication, and advance the local since-tag marker once.
Why use it?
It prevents release notes from accidentally including changes outside the intended time window and avoids publishing them automatically.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to read local project history, draft developer- or user-facing release communication, and advance the local since-tag marker once.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/outlinedriven/outline-driven-development/changelog-updates
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.

Any agent
npx skills add OutlineDriven/outline-driven-development --skill changelog-updates
Clone the repo
git clone --depth 1 https://github.com/OutlineDriven/outline-driven-development

Made for: Codex.

Wrote 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.

agentmods badge for changelog-updates

README.md
[![agentmods](https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/changelog-updates.svg)](https://agentmods.dev/skills/outlinedriven/outline-driven-development/changelog-updates)
Your own site
<a href="https://agentmods.dev/skills/outlinedriven/outline-driven-development/changelog-updates"><img src="https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/changelog-updates.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 836 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00027 $0.00836
Opus 5 $0.00014 $0.00418
Sonnet 5 $0.00005 $0.00167
Haiku 4.5 $0.00003 $0.00084

Measured 2d ago against content hash f527ba2c80c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

changelog-updates 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 2d 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.

.devin/skills/changelog-updates/SKILL.md · 43 lines

How it starts

The opening of the file, as written. The whole thing — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Changelog updates

Contract

Field Bound contract
Trigger A release or a since-tag window needs user-facing release communication drafted
Authority Reversible local: writes only a draft release note and the file-based since-tag marker; rollback is version control. No remote mutation, no git tag, no publish, no release.
Side effect Writes or updates one draft release note file and advances the since-tag state marker exactly once
Done The draft covers exactly the since-tag window and the marker advanced once; publishing remains a separate human action

Inputs

  • A repository with a file-based since-tag state marker (a local file identifying the last covered release boundary). Required.
  • The current head reference or commit range to cover. Required.
  • The set of user-facing changes since the marker (commits, merged PRs, or issues). Required; gathered from local history only.
  • An optional audience or tone preference (e.g., developer-facing, end-user-facing). Optional; defaults to developer-facing.

Procedure

  1. Read the since-tag state marker and record the boundary it names. Do not mutate it yet. Done when: the boundary is read and recorded.
  2. Compute the since-tag window as the range from that marker to the current head. If the marker is missing or ambiguous, stop and report the missing boundary. Done when: the window is computed from marker to head, or the missing boundary is reported.
  3. Gather user-facing changes inside the window from local history only: commit messages, merged PR titles, and linked issues. Classify each as Added, Changed, Fixed, Deprecated, Removed, or Security. Done when: every change in the window is gathered and classified.
  4. Compose a draft release note covering exactly the window: one section per non-empty category, one bullet per change, no entries outside the window, no forward-looking or invented items. Done when: the draft covers exactly the window with one section per non-empty category.
  5. Write or update the draft release note file at the project's changelog location. If the location is unspecified, write to a draft file adjacent to the marker and report the chosen path. Done when: the draft is written to the changelog location and the path is reported.
  6. Advance the file-based since-tag state marker exactly once to the current head so the next run starts from this boundary. Update the marker file contents to record the current head commit. Do not create a git tag, push, publish, or open a release. Done when: the marker file is advanced once to the current head.
  7. Report the draft path, the window covered, the change count per category, and that publishing is a separate human action. Done when: the report is delivered with draft path, window, counts, and publishing notice.

Read the full file on GitHub · 43 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago Changed · -16 tokens per session f527ba2c80c6
  2. 4d ago First seen · 43 lines · 43 tokens per session scan A 9cc81d6c01b5

Subscribe to this mod's changes

changelog-updates is a skill published in the GitHub repository OutlineDriven/outline-driven-development (52 stars, last pushed 2d ago), licensed Apache-2.0. It adds 27 tokens to every session and 836 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-09-03.

Related

Other skills, from other repositories

git-branchless

Use when asked for multi-commit stack edits, rebases, fixups, or stacked-PR publishing with branchless git idioms. Not for plain-git workflows in repos without branchless.

OutlineDriven/odin-claude-plugin · 45 tokens

atomic-issues-prs

Use when the user says "atomic PRs" or requests one issue or PR per logical change. Don't use for single-change pushes or uncommitted change-sets.

OutlineDriven/odin-claude-plugin · 40 tokens

post-merge-cleanup

Use when a landed merge, release, or completed change needs its cleanup surface reconciled. Scans for stale TODOs, deprecations, unused flags, and doc gaps. Not for unrelated refactoring.

OutlineDriven/odin-claude-plugin · 48 tokens

git-workflow-and-versioning

Use when the user asks for release, version bump, changelog, or branch workflow beyond a single commit. Don't use for single commits or for publishing to a package registry.

OutlineDriven/odin-claude-plugin · 42 tokens

lockstep-version-guard

Use when a human invokes the release gate to prove all 28 ODIN plugins share one canonical version. Emits a per-file comparison and exits non-zero on mismatch. Don't use to edit release metadata or for remote, credential, publish, deploy, or irreversible changes.

OutlineDriven/odin-claude-plugin · 59 tokens

release-announcement

Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.

paperclipai/paperclip · 42 tokens