Creates and maintains CHANGELOG.md in Keep a Changelog format, including adding entries and cutting releases. Use when the user asks to update the changelog, add a changelog entry, or record a release.
74
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Maintains CHANGELOG.md in Keep a Changelog format with Semantic Versioning.
/git-workflow:changelog --create - Create CHANGELOG.md/git-workflow:changelog --add-entry "description" --type TYPE - Add an entry/git-workflow:changelog --release X.Y.Z - Cut a releaseWith no flags, infer the operation from the request. Categories: added,
changed, deprecated, removed, fixed, security.
# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.2.3] - 2024-01-15
### Added
- User authenticationCategory headings exist only where they have entries. Never write a heading with a placeholder bullet under it.
## [Unreleased] and no version
sections.git log, but do not do so unasked.--create first if it is missing.--type outside the six categories.## [Unreleased] and its ### <Type>
heading, adding that heading if absent.Check before writing, and stop with the reason if any fails:
## [Unreleased] has at least one entry — nothing to release otherwise.X.Y.Z does not already appear in the file.X.Y.Z is higher than the most recent version present.Then:
date +%F. Do not guess it.## [Unreleased] to ## [X.Y.Z] - YYYY-MM-DD, keeping its entries.## [Unreleased] above it.X.Y.Z and
repoint [Unreleased] to compare against the new tag.Do not tag, commit, or push unless asked.
a43676e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.