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 Workflow Step 1: Analyze Git Status Run these commands in parallel to understand the current state: Step 2: Identify Logical Groups Analyze all changed files (staged + unstaged + untracked) and group them by logical concern. Common grouping strategies: 1. By module/feature : Files that belong…