changelog-update
Installation
SKILL.md
Changelog-Update Skill
Update CHANGELOG.md with business-focused entries by systematically reviewing file changes.
Summary
Goal: Update CHANGELOG.md [Unreleased] section with business-focused entries via systematic file review.
| Step | Action | Key Notes |
|---|---|---|
| 1 | Gather changes | git diff or git log to identify changed files |
| 2 | Create temp notes | .ai/workspace/changelog-notes-*.md for categorized review |
| 3 | Systematic file review | Read each diff, identify business impact, categorize |
| 4 | Holistic review | Re-read notes -- what can users now do? |
| 5 | Generate entry | Keep a Changelog format under [Unreleased] |
| 6 | Update CHANGELOG.md | Insert new entry under [Unreleased] section |
| 7 | Cleanup | Delete temp notes file |