Update Changelog
SkillDev toolsUpdate CHANGELOG.md unreleased section from recent commits or manual entry
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Update Changelog skill
What this skill tells your AI
The instructions your AI receives, as published by gacela-project/gacela in .claude/skills/changelog/SKILL.md and read by ahel’s review.
Context
!git log $(git describe --tags --abbrev=0 2>/dev/null || echo HEAD~20)..HEAD --oneline
Instructions
-
Read
CHANGELOG.mdto understand current state and format. -
If
$ARGUMENTSis provided, add it as a-entry under## Unreleased. -
If no arguments, analyze commits since last tag (see context) and draft entries as a flat bullet list under
## Unreleased(no subcategories). -
Entry format:
- Flat
-bullet list (no### Added/Changed/Fixedsections) - Imperative mood: "Add" not "Added"
- Code in backticks:
`ClassName::method()` - Under 100 chars per entry
- Skip non-user-facing commits (
chore:, CI, internal refactoring) - Prefix breaking changes with BREAKING
- Flat
-
Edit
CHANGELOG.mdto add the entries. Present draft before writing if generating from commits.
Signals
- GitHub stars
- 133
- Forks
- 8
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
changelog-gacela-project- Source
- github.com/gacela-project/gacela