Loading...
Loading...
Write changelog entries for open source documentation sites using Keep a Changelog format. Use when asked to "write a changelog", "update the changelog", "add changelog entry", "document recent changes", or after a release/set of changes that should be recorded. Reviews git commits since the last changelog entry and produces a categorized, human-readable entry.
npx skill4agent add petekp/agent-skills docs-changelogCHANGELOG.md
changelog.md
docs/changelog.md
docs/CHANGELOG.md
src/pages/changelog.md
src/content/changelog.mdx
content/changelog.mdglob**/changelog.{md,mdx}**/CHANGELOG.{md,mdx}## [X.Y.Z] - YYYY-MM-DD1.2.02025-01-15[Unreleased]git log --oneline --no-merges --after="YYYY-MM-DD" HEADYYYY-MM-DDgit tag -l --sort=-creatordate | head -5| Category | What belongs here |
|---|---|
| Added | New features, new pages, new API endpoints |
| Changed | Updates to existing functionality, behavior changes, dependency updates |
| Deprecated | Features marked for future removal |
| Removed | Deleted features, removed pages, dropped support |
| Fixed | Bug fixes, typo corrections, broken link repairs |
| Security | Vulnerability patches, security improvements |
# Changelog## [Unreleased]## [X.Y.Z] - YYYY-MM-DD
### Added
- Brief, human-readable description of what was added
### Changed
- Brief description of what changed
### Fixed
- Brief description of what was fixedFixed broken link on [Getting Started](/docs/getting-started) page[1.3.0]: https://github.com/org/repo/compare/v1.2.0...v1.3.0