git-commit
Installation
SKILL.md
Git Commit
Stage changes and create conventional commits from diff analysis.
Workflow
1. Gather Context
git status
git diff HEAD
git log --oneline -10
2. Determine Commit Strategy
Single commit: All changes relate to one logical change Multiple commits: Changes span distinct features/fixes/areas