What problem does it solve? Manually maintaining a project changelog from git history is tedious and error-prone. This Skill automates the curation of docs/changelog.md by reading commits since the last update, filtering out trivial changes, and writing structured daily summaries. ## Core Features & Use Cases - Incremental updates: Reads a last-update marker in the changelog and processes only new commits since that point. - Commit curation: Filters out typo fixes, whitespace changes, and merge commits while highlighting new articles, major expansions, and infrastructure changes. - Multiple modes: Supports update (default), rebuild (full regeneration from history), and since <date> (partial refresh from a specific date). - Use Case: After a week of commits on a documentation project, run the skill to automatically append grouped daily entries with summaries, file links, and commit hashes to docs/changelog.md. ## Quick Start Update the project changelog with all commits made since the last recorded update.