changelog-formatting-guide

Use Keep a Changelog section ordering:

Content Preview
# Changelog Formatting Guide

Use Keep a Changelog section ordering:

1. Security
2. Added
3. Changed
4. Deprecated
5. Removed
6. Fixed

Rules:

- One bullet = one user-visible change.
- Lead with impact, not implementation detail.
- Keep bullets short and actionable.
- Include migration note for breaking changes.
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/changelog-formatting-guide.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/changelog-generator/references/changelog-formatting-guide.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/changelog-generator/references/changelog-formatting-guide.md

Related Skills