commit-staged-changes

Installation
SKILL.md

Commit Staged Changes

Check staged content before committing.

Run each command as a separate Bash tool call. Do not combine commands with &&, ;, pipes, redirection, wrapper echo lines, or other shell glue unless a shell feature is truly required.

git diff --cached --name-status
git diff --cached

If no files are staged, stop and report that nothing is ready to commit.

Write the commit message in English.

Installs
7
GitHub Stars
23
First Seen
Mar 25, 2026
commit-staged-changes — patrick-fu/awesome-skills