avinyc:commit
Installation
SKILL.md
Git Commit Assistant
Analyze git changes and create logical, well-structured commits using conventional commit format.
When to Use
- User asks to commit changes
- Multiple unrelated changes need separate commits
- Changes need conventional commit formatting
Workflow
Step 1: Review Current State
Run git status to see all changes:
git status