npx claudepluginhub cardinalconseils/claude-starter --plugin cks[--since <tag|commit|date>]/changelogGenerate structured changelog from recent git commits, grouped by date and categorized by type (features, fixes, etc.) in markdown format.
/changelogGenerates changelog from git history since last tag or specified ref, grouping conventional commits (feat, fix, etc.) by type with breaking changes and version bump suggestion in Keep a Changelog Markdown.
/changelogParses git history since last release tag, categorizes commits by type, generates Keep a Changelog markdown with next version suggestion, and offers to prepend to CHANGELOG.md.
/changelogGenerates structured changelog from ADVPL/TLPP code changes by analyzing git diffs since a commit/date, classifying by type (NEW, FIX, etc.), and grouping entries. Supports --since, --format, --output, --group-by.
/changelogAnalyzes git commits since last release, categorizes by type (Added, Fixed, etc.), generates user-friendly CHANGELOG.md entries in Keep a Changelog format, and updates file after confirmation.
/changelogGenerates and appends versioned entries to CHANGELOG.md from Git commits and staged changes, auto-classifying into Added/Changed/Fixed/etc. per Keep a Changelog. Uses <version> or today's date.
Dispatch the changelog-generator agent to create a categorized changelog entry.
| Invocation | Behavior |
|---|---|
/cks:changelog | Generate from last tag (or last 50 commits) |
/cks:changelog --since v1.2.0 | Generate from specific tag |
/cks:changelog --since 2026-03-01 | Generate from date |
Agent(subagent_type="changelog-generator", prompt="
since: {parsed --since value or 'auto'}
project_root: {current directory}
")
/cks:changelog → From last tag
/cks:changelog --since v1.2.0 → From specific tag
/cks:changelog --since 2026-03-01 → From date