changelog-generator/SKILL.md
Generate user-facing changelogs from git commits. Categorizes changes, filters internal noise, and formats for customers.
npx skillsauth add lidge-jun/cli-jaw-skills changelog-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate user-facing changelogs from git commit history.
Read git log for a given range, categorize commits, and produce a markdown changelog suitable for end users.
git log --oneline --no-merges for the range| Section | Commit types to include |
|---------|------------------------|
| New Features | feat:, new user-visible capabilities |
| Improvements | perf:, refactor: with user-visible effect, UX changes |
| Fixes | fix:, resolved bugs |
| Breaking Changes | commits with BREAKING CHANGE in body or ! in type |
| Security | security:, dependency patches for CVEs |
Do NOT include in the changelog:
chore:, ci:, build: commits (internal tooling)[agent] prefixed commits unless they contain a feat: or fix:# Changelog — {version or date range}
## New Features
- **{Feature name}**: {1-sentence user-facing description}
## Improvements
- **{Area}**: {What changed for the user}
## Fixes
- {What was broken and is now fixed}
## Breaking Changes
- **{What changed}**: {Migration action required}
Before finalizing:
git log entryCHANGELOG_STYLE.md exists in the repo, apply its conventions on top of these defaultstools
Use only on the Codex CLI for native image generation or image editing without an API key. Save final PNG files under ~/.cli-jaw/uploads, report web-ready absolute-path markdown, and send to Telegram or Discord only when explicitly requested.
tools
Ranked repository structure map via `cli-jaw map`. Use for codebase overview, structure map, symbol overview, unfamiliar codebase exploration, architecture orientation. Triggers: repo map, structure map, codebase overview, 와꾸, project structure, unfamiliar code.
tools
cli-jaw Design workspace: create, preview, run, and export design pages from the right sidebar. Covers panel UX, direct-write workflow, artifact lifecycle, wireframe generation, design system, and Open Design adapter.
development
MUST USE for infrastructure and delivery work — container builds, deploy pipelines, Kubernetes, Infrastructure as Code, SRE foundations, edge/serverless, ML infrastructure. Triggers: Dockerfile, K8s manifests, CI/CD pipeline, Terraform/IaC, release/deploy, devops/infra/deploy or release_cd task_tags.