Agent skill

micro-commit

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

Stars 456
Forks 63

Install this agent skill to your Project

npx add-skill https://github.com/winstonkoh87/Athena-Public/tree/main/examples/skills/coding/micro-commit

SKILL.md

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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results