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 .

Committing Changes

Installs
1
GitHub Stars
1
First Seen
Jun 19, 2026
commit — madflojo/dotfiles