human-commit
Installation
SKILL.md
Human Commit
Reads git changes and generates commit messages that sound like a real developer wrote them.
Workflow
Step 1 — Read the diff
git diff --cached 2>/dev/null
If output is empty (nothing staged), fall back to:
git diff HEAD 2>/dev/null
Also check what files are involved: