Micro Commit

Enforces strict, atomic commit hygiene. Splits large diffs into logical, revertible units.

winstonkoh87 e6358d9 641 B Updated

File contents

Micro-Commit Architect

Refuses to allow monolithic "blob" commits. Scans the current git diff and breaks down changes into atomized, logical steps.

Triggers

"commit changes", "save my work", "micro commit"

Core Mechanics

  1. Runs git status and git diff.
  2. Groups changes by feature, fix, or refactor.
  3. Automatically executes individual git add and git commit -m steps for each logical block.

Reference Paths

  • .context/memories/protocols/engineering/44-micro-commit-protocol.md

winstonkoh87/athena-public/tree/main/examples/skills/coding/micro-commit commit e6358d9e57

Frequently asked questions

npx skillmds@latest add winstonkoh87/micro-commit