Agent skill
changelog-updater
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/changelog-updater
SKILL.md
Changelog Updater
Update CHANGELOG.md following Keep a Changelog format.
Structure
# Changelog
## [Unreleased]
### Added
- New features
### Changed
- Changes to existing functionality
### Deprecated
- Features to be removed
### Removed
- Removed features
### Fixed
- Bug fixes
### Security
- Security fixes
## [X.Y.Z] - YYYY-MM-DD
...
Update Process
- Run
git log v2.1.0..HEAD --onelineto see changes - Categorize each significant commit
- Write user-facing descriptions
- Update version number per semver
- Move entries from [Unreleased] to version section
Version Guidelines
MAJOR (X.0.0): Breaking changes MINOR (X.Y.0): New features, backwards compatible PATCH (X.Y.Z): Bug fixes, backwards compatible
Entry Format
### Added
- Brief description in user-facing language
- Reference issue: #123
Good Examples
### Added
- Browser node connection pooling for 60% faster execution
- PostgreSQL async support with connection pooling
### Fixed
- Variable resolution in nested workflows (#234)
- Memory leak in browser resource manager
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?