commit
Installation
SKILL.md
Git workflow
Available scripts
scripts/git-info.sh— Emits a JSON snapshot of repository state for commit preparation.
Resolve the path relative to this
SKILL.mdfile's directory;
Guardrails
- If potential secrets are found: STOP and ask what to do.
- No
--no-verify, no--amend/rebase/force-push, no pushing unless asked. - Ask the user only if one of these is true:
- Changes appear to span multiple logical commits
- Potential secrets are present
- Recent commit subjects do not make the repo's commit style clear
- The staged diff does not match the intended commit
- Do not run
bash scripts/git-info.sh --helpduring normal flow. Use--helponly if the script fails or you are editing the script itself.