# Micro Commit

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

- Skill: `winstonkoh87/micro-commit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add winstonkoh87/micro-commit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/winstonkoh87/micro-commit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: winstonkoh87 (https://skillmd.com/u/winstonkoh87)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/winstonkoh87/micro-commit

---


# 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`

