commit

Installation
SKILL.md

Workflow

  1. Check Git: Run git status — stop if not in a repo or nothing is staged.
  2. Review changes: Run git diff --staged. Check conversation history for the why.
  3. If the user explicitly asked to split the staged change into multiple commits, follow Split Workflow below instead of steps 4-5.
  4. Propose message: Write one following the rules below.
  5. Get approval: Show the message and wait. Only commit after user says yes.

Split Workflow

Only enter this flow when the user explicitly asks for multiple commits. Never infer it from the diff alone.

Scope is limited to what's already staged — never stage or unstage anything from the working tree beyond what git diff --staged already covers.

Installs
2
First Seen
Aug 13, 2026
commit — icarealot/dotfiles