git-commit
Installation
SKILL.md
Git Commit
Workflow
IMPORTANT: Follow these steps in order. Do not skip or reorder unless a step explicitly says to.
- Check what is staged and what isn't:
git status --short- If nothing to commit at all, stop and tell the user.
- If nothing is staged → run
git add -Ato stage everything.