commit
Installation
SKILL.md
Commit
- Inspect the working tree and diffs. If there's nothing worth committing, or the diff isn't understood, stop.
- Stage only the intended files, not broad adds.
- Use the user's message if provided. Otherwise write a Conventional Commit matching the repo's existing style: imperative subject, add a body only when the reason or risk matters.
- Commit and report the hash and message.
Rules
- Never commit
.env, credentials, or keys.