commit
Installation
SKILL.md
Commit Skill
Create conventional commits with branch protection, semantic correlation, and user confirmation.
When to Use
- After completing a task or logical unit of work
- When the user requests a commit
- After significant documentation updates
- After implementing a feature or fix
- When the user says they're "done", "finished editing", or wants to "wrap up"
Procedure
Step 1: Gather Changes
git status
git diff --stat
Related skills