Grimoire Changelog — Documentation skill for Claude Code
Génère un CHANGELOG structuré depuis git history et les décisions Grimoire.
How to install Grimoire Changelog
Installs to ~/.claude/commands/guilhem-bonnet-llm-voice-grimoire-changelog.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Guilhem-Bonnet/llm-voice/HEAD/.claude/commands/grimoire-changelog.md -o ~/.claude/commands/guilhem-bonnet-llm-voice-grimoire-changelog.md Restart Claude Code, or start a new session, for it to be picked up.
What Grimoire Changelog does
description: 'Génère un CHANGELOG structuré depuis git history et les décisions Grimoire' allowed-tools: 'Read, Glob, Bash'
Génère un CHANGELOG structuré pour le projet Grimoire :
1. Collecte git
cd {project-root} && git log --oneline --no-merges -30 --pretty=format:"%h %ad %s" --date=short
2. Décisions Grimoire
Lis `{project-root}/_grimoire/_memory/decisions-log.md` po
Alternatives in Documentation
- Changelog Update — Hydrogen Upgrade Command Changelog Update - Optimized for Claude 2.1k ★
- 99 Release — MoAI-ADK production release via Enhanced GitHub Flow (CLAUDE.local.md §18) 991 ★
- Updateversion — Update Version — 版本号更新 + CHANGELOG 自动生成 835 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Generate Diagrams
Génère des diagrammes D2 depuis la documentation du projet et les rend en SVG via Kroki.io. Claude analyse le
Generate Changelog
Generate CHANGELOG.md from git commit history: $ARGUMENTS.
Changelog Gen
CHANGELOG.md update command. Generates a changelog from git history grouped by conventional commit types.
Changelog Generator
Build a user-facing changelog from a repo's entire git history by reading actual diffs, not commit messages
Pbi Changelog
Generate structured release notes from local git history in Keep a Changelog format. Groups commits by type (A
Amorcer Docs
Construire ou auditer les fichiers de documentation depuis le dépôt entier (passe unique)
Related Agents
Rules Memory
Phase MODEL - Génère les rules Claude Code et enrichit CLAUDE.md
Release Notes Writer
Generates CHANGELOG entries and PR descriptions from a branch's commit history. Groups commits by type (feat /
Changelog Drafter
Reads git log since last tag, drafts CHANGELOG entry. Groups commits by conventional-commit type, rewrites for