commit

Installation
SKILL.md

STOP — verification gate

Before reading further, confirm in this session you have:

  1. Verified the staged diff.
  2. Applied any findings.
  3. Re-verified until clean.

If any of those is missing, stop now and verify first. A 30-day audit found 60% of commit-time sessions skipped this step despite the precondition being declared. The pattern is the agent skipping past preamble — this gate exists to interrupt that. Do not draft the commit message, do not run git add, do not continue past this section until verification has happened.

Before every commit

Run automatically without asking. Set the bash tool's workdir to the repo root rather than passing git -C <path>. Permission patterns like git push * match parsed argv starting with git push; git -C <path> push injects flags between git and the subcommand and bypasses those patterns silently.

Installs
1
Repository
athal7/dotfiles
GitHub Stars
6
First Seen
Jun 20, 2026
commit — athal7/dotfiles