git-commit
Installation
SKILL.md
Git Commit
Overview
Use this skill to turn a staged diff into one clear Conventional Commits message, show it plainly, and commit it safely after confirmation.
When to Use
- User asks to commit staged changes
- User asks for a commit message for a staged diff
/commitis invoked
When Not to Use
- No staged changes exist
- Task is about unstaged changes only
- User asks about commit conventions in general
- User explicitly does not want a commit prepared
Related skills