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