Problem
What problem this solves
Important work gets buried in commit logs, making it harder for collaborators or future-you to understand what changed and why.
Skill Detail
Turn recent git history into a human-readable changelog instead of leaving progress trapped in commits.
A changelog generation skill for summarizing meaningful project changes in a cleaner public format.
Problem
Important work gets buried in commit logs, making it harder for collaborators or future-you to understand what changed and why.
Outcome
You get a changelog-shaped summary of recent work that is easier to scan than raw git history.
Why It Matters
This skill is useful when you want public or internal release notes without manually reconstructing the story from scattered commits.
Related Skills
Close a task cleanly so the work is summarized, tracked, and ready for the next thread.
A task-closing skill for wrapping up implementation, documenting completion, and recording closure in the chantier flow when applicable.
Open skill pageReview recent work and the session state before you lose the thread of what changed.
A review skill for summarizing recent changes, identifying remaining gaps, and updating local workflow state cleanly.
Open skill pageCreate or repair documentation so the repo stays navigable for both humans and agents.
A documentation skill for maintaining docs, metadata, and governance-layout compliance across project surfaces.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.