commit
Installation
SKILL.md
Commit
Create one Conventional Commit for the intended current changes.
Workflow
- Inspect
git status,git diff, andgit diff --cached. - Read recent commit messages for scopes and local phrasing.
- If there is nothing worth committing, stop.
- Stage only intended files.
- Use the user's message if provided. Otherwise write a Conventional Commit message:
type(scope): subject. Imperative subject, 72 characters or fewer, no trailing period. - Create the commit and report the hash and message.