commit
Installation
SKILL.md
Perform a Git Commit for Staged Changes
Tooling
Viewing Staged Changes
Use:
git --no-pager diff --staged
If changes are not staged, ask the user to stage them or if they want to stage all changes with:
git add .
Use:
git --no-pager diff --staged
If changes are not staged, ask the user to stage them or if they want to stage all changes with:
git add .