changelog-logger
Installation
SKILL.md
Changelog Logger
Log completed epics using the following template in reverse chronological order:
## $date
- $emoji - $epicName - $briefDescription
LOG ONLY COMPLETED EPICS - Focus on completed epics that represent significant user-facing value:
- Epic Completions: Major feature releases, tool creation, system implementations
- User-Impacting Changes: New capabilities, workflows, or developer experience improvements
- Architecture Decisions: Significant refactoring, new patterns, or system redesigns
DO NOT LOG: Config file changes, file organization/moves, minor bug fixes, documentation updates, dependency updates, internal refactoring, test additions/changes, meta-work.