git-commit
Installation
SKILL.md
Git Commit Workflow
Stage all relevant changes, and create a conventional commit following patterns below.
When to Use
Automatically activate when the user:
- Explicitly asks to push changes ("push this", "commit and push")
- Mentions saving work to remote ("save to github", "push to remote")
- Completes a feature and wants to share it
- Says phrases like "let's push this up" or "commit these changes"
Commit Message Patterns
Here's a model Git commit message:
Capitalized, short (50 chars or less) summary