commit
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.
More from rootspec/skills
release
Use when the user wants to create a release. Guides through updating changelogs and running the release script.
7issues
Use when the user wants to view, add, update, or close issues. Manages ISSUES.md for this project.
6dev
Use when the user wants to manage the dev server — setup, start, stop, restart, or check status.
4