gspdev-changelog
Installation
SKILL.md
The project uses conventional-ish commit prefixes that map to changelog sections:
| Commit prefix | Changelog section | Notes |
|---|---|---|
feat: |
Added | New features and capabilities |
fix: |
Fixed | Bug fixes |
refactor: |
Changed | Restructuring, renames, migrations |
docs: |
(omit) | Documentation-only changes — skip unless user-facing |
chore: |
(omit) | Internal maintenance — skip unless notable |
perf: |
Changed | Performance improvements |
deprecate: |
Deprecated | Features marked for removal |
security: |
Security | Vulnerability fixes |
| No prefix | Changed | Default bucket for untagged commits |
CHANGELOG.md structure:
# Changelog