From changelog-skill
Generate or update CHANGELOG.md following Keep a Changelog 1.1.0 and Semantic Versioning. Use when recording changes for a software release, moving Unreleased entries into a versioned section, setting up a new CHANGELOG.md from scratch, or auditing whether an existing changelog matches the Keep-a-Changelog conventions (Added / Changed / Deprecated / Removed / Fixed / Security categories).
How this skill is triggered — by the user, by Claude, or both
Slash command
/changelog-skill:changelog-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Learnings (Maintainer):** bekannte Probleme/Erkenntnisse zu diesem Skill in `docs/skill-learnings.md` → Sektion „changelog-skill".
Learnings (Maintainer): bekannte Probleme/Erkenntnisse zu diesem Skill in
docs/skill-learnings.md→ Sektion „changelog-skill".
Follow Keep a Changelog 1.1.0.
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.0.0] - 2026-01-01
### Added
- New feature description.
### Changed
- Existing behavior modification.
### Deprecated
- Feature to be removed in future.
### Removed
- Previously deprecated feature now gone.
### Fixed
- Bug fix description.
### Security
- Vulnerability fix description.
[Unreleased]: https://github.com/user/repo/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/user/repo/releases/tag/v1.0.0
CHANGELOG.md.YYYY-MM-DD).[Unreleased] section at the top for upcoming changes.[YANKED] after the date, e.g., ## [1.0.1] - 2026-02-01 [YANKED].Use only these six types as ### headings, in this order:
| Type | When |
|---|---|
| Added | New features |
| Changed | Changes in existing functionality |
| Deprecated | Soon-to-be-removed features |
| Removed | Now-removed features |
| Fixed | Bug fixes |
| Security | Vulnerability fixes |
Move entries from [Unreleased] into a new version section with today's date.
Update the comparison links at the bottom of the file.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub lars-hh/lars-cc-skills --plugin changelog-skill