commit
Installation
SKILL.md
When to Use
- User explicitly runs
/commitcommand - User asks to "commit and push" changes
Execution Flow
Step 1: Analyze Current State
Run these commands in parallel to understand the repository state:
# See all changed files (staged and unstaged)
git status
# See unstaged changes
git diff