auto-commit
SKILL.md
Auto-Commit Skill
Automatically stage, commit, and push changes to git when significant work is completed.
When to Use
This skill activates when:
- Feature completion - A new feature, component, or module is fully implemented
- Bug fix - A bug has been identified and fixed
- Configuration/setup changes - Project configuration, dependencies, or settings modified
- Documentation updates - README, PRD, or other docs created/updated significantly
- Refactoring complete - Code restructuring or cleanup finished
- Milestone reached - A logical checkpoint in multi-step work
- User explicitly requests - Via
/auto-commitcommand or asking to commit
Commit Decision Criteria
Before committing, verify: