auto-commit
Installation
SKILL.md
Auto Commit
Automatically analyze git working tree, group changes into logical batches, commit each batch with a concise message, and push to remote. No Co-Authored-By or any AI attribution is added.
When to Use
- User says "auto commit", "batch commit", "commit and push", "提交代码", "自动提交"
- User triggers
/auto-commit
Workflow
Step 1: Analyze Git Status
Run these commands in parallel to understand the current state:
git status --short
git diff --stat
git diff --cached --stat
Related skills