# Changelog

> Auto-generate changelog from git history

- Skill: `rlaope/changelog` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rlaope/changelog`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rlaope/changelog/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rlaope (https://skillmd.com/u/rlaope)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rlaope/changelog

---


When this skill is invoked, IMMEDIATELY print:

```
[BW] generating changelog...
```

1. Read `git log` since the last tag (or `--all` if no tags)
2. Group by conventional commit type: `feat`, `fix`, `perf`, `refactor`, `docs`, `chore`, `test`
3. Output formatted changelog

After done, print:
```
[BW] changelog generated. {N} entries since {tag/ref}.
```

