From composure
Auto-generates structured changelogs from git history and code graph entity mapping, grouping commits by type and mapping changes to business entities for release notes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/composure:changelogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a structured changelog from git history, enriched with code graph entity mapping. Groups commits by type, maps changes to business entities, and produces human-readable release notes.
Generate a structured changelog from git history, enriched with code graph entity mapping. Groups commits by type, maps changes to business entities, and produces human-readable release notes.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure changelog {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 01-gather-commits.md |
| 2 | 02-entity-mapping.md |
| 3 | 03-generate-output.md |
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureAnalyzes git commit history to generate changelogs with semantic versioning, conventional commit categorization, and formats like Keep a Changelog, Conventional, or GitHub. Use for CHANGELOG.md updates, release notes, and version bumps.
Generates structured changelogs from git history, grouping commits by time period and classifying them by type (features, fixes, refactoring, etc.).
Generates structured changelogs from git commit history, categorized by type (features, fixes, refactoring) and grouped by time. Use to summarize recent repo changes or create release notes.