Guilhem-Bonnet

Grimoire Changelog — Documentation skill for Claude Code

Documentation community

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

Terminal
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 Repository