generate-changelog

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Generate or update CHANGELOG.md using git-cliff based on conventional commits.

Action: $ARGUMENTS

If no action was specified, determine the workflow by asking the user.

Current State

Branch and status: !git status -sb

Recent commits: !git log --oneline -10

Latest tag: !git describe --tags --abbrev=0 2>/dev/null || echo "No tags yet"

Unpushed commits: !git log --oneline @{u}..HEAD 2>/dev/null || echo "No upstream or no unpushed commits"

Working directory: !git status --porcelain | head -5 || echo "Clean"

Unreleased changes preview: !git-cliff --unreleased 2>/dev/null | head -20 || echo "No unreleased changes or git-cliff not configured"

Installs
3
GitHub Stars
23
First Seen
Sep 3, 2026
generate-changelog — basher83/lunar-claude