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.md file'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 --help during normal flow. Use --help only if the script fails or you are editing the script itself.
Installs
5
GitHub Stars
6
First Seen
Apr 6, 2026
commit — mrclrchtr/skills