Update CHANGELOG.md unreleased section from recent commits or manual entry
Scanned 9/12/2026
Install to Claude Code
npx -y skills add gacela-project/gacela --skill changelog --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Changelog?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gacela-project-changelog)More formats (shields.io, HTML) on the badges page.
---
description: Update CHANGELOG.md unreleased section from recent commits or manual entry
argument-hint: "[entry text]"
disable-model-invocation: true
allowed-tools: "Read, Edit, Bash(git *)"
---
# Update Changelog
## Context
!`git log $(git describe --tags --abbrev=0 2>/dev/null || echo HEAD~20)..HEAD --oneline`
## Instructions
1. Read `CHANGELOG.md` to understand current state and format.
2. If `$ARGUMENTS` is provided, add it as a `- ` entry under `## Unreleased`.
3. If no arguments, analyze commits since last tag (see context) and draft entries as a flat bullet list under `## Unreleased` (no subcategories).
4. Entry format:
- Flat `- ` bullet list (no `### Added/Changed/Fixed` sections)
- 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**
5. Edit `CHANGELOG.md` to add the entries. Present draft before writing if generating from commits.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.