What problem does it solve?
This Skill automates git add and git commit from a hook when the configured file-change threshold is reached, eliminating manual, error-prone commits and reducing drift in local development.
Core Features & Use Cases
- Auto-commit on threshold: triggers a deterministic git commit when the file-change threshold is met.
- Zombie task prevention: detects and prevents stalled or orphaned tasks by syncing pending tasks with Git state.
- Adaptive governance: enforces stop-time safeguards and task-enforcement to ensure governance during development cycles.
- Metadata-driven workflow: records commit actions and task metadata to maintain traceability and recoverability in case of failures.
- Use Case: a developer workflow where frequent changes should be committed automatically to maintain a clean history and reduce manual overhead.
Quick Start
Set up the auto-git-save hook and configure CLAUDE_COMMIT_THRESHOLD to automatically commit when the threshold is reached.