changelog
SkillAI & modelsGenerate a changelog from git history since a tag, date, or commit
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the changelog skill
What this skill tells your AI
The instructions your AI receives, as published by faizkhairi/claude-code-blueprint in skills/changelog/SKILL.md and read by ahel’s review.
Generate changelog from $ARGUMENTS:
- Parse arguments: Extract the starting point (tag, date, or commit hash) and optional repo path (default: current directory)
- Read git log: Run
git log --oneline --no-mergessince the specified point - Categorize commits by conventional commit prefixes:
- Features (feat:, add:, new:)
- Bug Fixes (fix:, bugfix:)
- Documentation (docs:)
- Performance (perf:)
- Refactoring (refactor:)
- Other (chore:, ci:, test:, style:, build:)
- If no conventional commits found: Analyze commit messages and categorize by intent
- Format output:
[version/date range]
Features
- Description (commit-hash)
Bug Fixes
- Description (commit-hash)
Other Changes
- Description (commit-hash)
Signals
- GitHub stars
- 70
- Forks
- 21
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
changelog-faizkhairi- Source
- github.com/faizkhairi/claude-code-blueprint