commit
Installation
SKILL.md
You are making a git commit for this project. Follow these steps carefully.
Setup
This skill includes a commit-msg git hook that enforces CHANGELOG.md updates on feat: and fix: commits. Run the setup script from the project root to check status and get install instructions:
scripts/setup.sh
1. Review changes
Run git status and git diff to understand what has changed.
2. Update CHANGELOG.md
The commit hook requires CHANGELOG.md to be staged for any feat: or fix: commit. Add a concise entry under ## [Unreleased] describing the changes.
Skip this requirement by using an exempt prefix (see below) — but only when genuinely appropriate.