commit-creator
Installation
SKILL.md
Commit creation
Inspect the changes
Base the message on the repository state, not conversation memory alone:
git status --short --branch
git diff --cached
git diff
Identify the concrete behavior, files, packages, issue references, and version changes that belong to the requested commit. If there is no substantive change, stop instead of inventing a message.
Choose the branch and scope
Check the current branch and, when available, the remote default branch: