commit
Installation
SKILL.md
Commit
- Inspect the working tree and diffs. If there are no intended changes, or you cannot explain the diff, 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, checks, or risk matter.
- Commit and report the hash and message.
Rules
- Never commit
.env, credentials, or keys. - Never bypass hooks with
--no-verify. If a hook fails, fix the cause or stop and report.