Home / reidemeister94 / development-skills · skills/changelog/SKILL.md · GitHub

changelog skillA

changelog is agent-read markdown (skill) from reidemeister94/development-skills: Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# changelog

Manage `CHANGELOG.md` per Keep a Changelog 1.1.0 and SemVer 2.0.0:

- **add:** one entry;
- **from-commits:** derive entries from Conventional Commits;
- **release:** cut a version.

Edit only `CHANGELOG.md`. Never change version files, commit, or tag; `release` prints suggested commands.

## Step 1 — Resolve the action

Resolve `add`, `from-commits` (`commits`), or `release` from `$ARGUMENTS` or the request; ask if ambiguous.

## Step 2 — Pre-flight (all actions)

```bash
root=$(git rev-parse --show-toplevel 2>/dev/null) || root=.
ls "$root/CHANGELOG.md" 2>/dev/null
```

Always use `$root/CHANGELOG.md`, never a cwd-relative path.

- Existing: read and preserve style.
- Missing for `add`/`from-commits`: create the standard linked title, intro, and `## [Unreleased]` skeleton.
- Missing for `release`: stop and suggest `/changelog add` or `/changelog from-commits`.

## Step 3 — Insert under `[Unreleased]` (add, from-commits)

Append `- <imperative description>` to its category under `[Unreleased]`, creating the category in canonical order. Never edit released sections or date `[Unreleased]`.

## Step 4 — Run the action
…

Read the whole file at its exact version.

How to install

Latest version
mdr add reidemeister94/development-skills/changelog@git:20260724.ba2c70f
Exact content
mdr add reidemeister94/development-skills/changelog@sha256:a41a145f4fdd8669

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_2yc6j3o2q4ods5lm.svg)](https://markdownregistry.com/a/art_2yc6j3o2q4ods5lm)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260724.ba2c70f latest2026-07-24 ba2c70f 2,407 BA view · diff
git:20260713.d2107012026-07-13 d210701 3,262 BA view · diff
git:20260617.174aad82026-06-17 174aad8 3,436 BA view · diff
git:20260615.b23d57a2026-06-15 b23d57a 2,564 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2407 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

reidemeister94/development-skills · 12 stars · license MIT · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_2yc6j3o2q4ods5lm
GET https://markdownregistry.com/api/v1/resolve?ref=reidemeister94/development-skills/changelog
GET https://markdownregistry.com/api/v1/blob/a41a145f4fdd8669d5ab235dd005df1a0244e892f8b12e9885753cd348adf976

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from reidemeister94/development-skills

AGENTS.md agents
reidemeister94/development-skills · AGENTS.md
git:20260919.a9f7da5 · audit A · 12 stars
CLAUDE.md claude
reidemeister94/development-skills · CLAUDE.md
git:20260517.21d6bf8 · audit B · 12 stars
ai-agent-bench skill
reidemeister94/development-skills · skills/ai-agent-bench/SKILL.md · Compare Claude Code and Codex on the same code task, with isolated worktrees, common checks, time, and cost.
git:20260919.a9f7da5 · audit A · 12 stars
align-docs skill
reidemeister94/development-skills · skills/align-docs/SKILL.md · Align stale repository docs and task records; use --clean for a full documentation cleanup.
git:20260919.a9f7da5 · audit A · 12 stars
best-practices skill
reidemeister94/development-skills · skills/best-practices/SKILL.md · Research current practices or compare approaches using primary evidence and the user's constraints.
git:20260919.a9f7da5 · audit A · 12 stars
brainstorming skill
reidemeister94/development-skills · skills/brainstorming/SKILL.md · Use when the user wants to brainstorm, choose an approach, design something, or clarify an ambiguous or consequential…
git:20260919.a9f7da5 · audit A · 12 stars
bro skill
reidemeister94/development-skills · skills/bro/SKILL.md · Use when the user says an explanation was unclear, too technical, or full of jargon, or asks for plain language.
git:20260919.a9f7da5 · audit A · 12 stars
commit skill
reidemeister94/development-skills · skills/commit/SKILL.md · Create a user-requested Conventional Commit from the staged changes.
git:20260919.a9f7da5 · audit A · 12 stars
create-test skill
reidemeister94/development-skills · skills/create-test/SKILL.md · Define or implement regression proof: test strategy, black-box or integration tests, KPIs, thresholds, audits, or…
git:20260919.a9f7da5 · audit A · 12 stars
eval-regression skill
reidemeister94/development-skills · skills/eval-regression/SKILL.md · Check skill routing or behavior, investigate a regression, or compare plugin changes with a base commit.
git:20260919.a9f7da5 · audit A · 12 stars
explain-diff skill
reidemeister94/development-skills · skills/explain-diff/SKILL.md · Explain a code change, its reasons, effects, trade-offs, and verification limits.
git:20260919.a9f7da5 · audit A · 12 stars
handoff skill
reidemeister94/development-skills · skills/handoff/SKILL.md · Create a self-contained temporary handoff document when the user asks to transfer the session to a new chat or runs…
git:20260919.a9f7da5 · audit A · 12 stars

Every file in reidemeister94/development-skills

Other files named changelog

changelog skill
alirezarezvani/claude-skills · .gemini/skills/changelog/SKILL.md
git:20260309.8902ba7 · audit C · 26,410 stars
changelog skill
codeaholicguy/ai-devkit · skills/changelog/SKILL.md · AI DevKit · Update CHANGELOG.md Unreleased items from git commits since the latest release. Use when users ask to…
git:20260609.ec2ca1e · audit A · 1,633 stars
changelog skill
kittors/lyra · .deepwise/plugins/hello-deepwise/skills/changelog/SKILL.md · 整理 git 提交为分类变更日志。当用户要求写 changelog、发布说明、版本变更时使用。
git:20260812.f57f02e · audit A · 42 stars
changelog skill
qwerfunch/cladding · skills/changelog/SKILL.md · Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈…
git:20260714.abe37cd · audit B · 16 stars
changelog skill
qwerfunch/cladding · plugins/codex/skills/changelog/SKILL.md · Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈…
git:20260714.abe37cd · audit B · 16 stars
changelog skill
qwerfunch/cladding · plugins/antigravity/skills/changelog/SKILL.md · Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈…
git:20260714.dac5b92 · audit B · 16 stars
changelog skill
jikig-ai/soleur · plugins/soleur/skills/changelog/SKILL.md · This skill should be used when creating changelogs for recent merges. Analyzes PR labels, issues, and descriptions to…
git:20260924.a44cf8f · audit A · 15 stars
changelog skill
tuliosousapro/saas-blueprint · skills/changelog/SKILL.md · Generates and maintains changelogs following Keep a Changelog format. Use when updating release notes, finishing tasks…
git:20260520.0aeaf85 · audit A · 5 stars

Browse by kind, by grade A, or by owner.