git
Installation
SKILL.md
What I do
- Follow conventional commit message format
- Create effective git branches
- Manage merge requests/PRs
- Use git rebase for clean history
- Handle merge conflicts properly
- Use git stash for work-in-progress
- Write good pull request descriptions
- Follow branch naming conventions
When to use me
When writing commit messages, creating branches, or managing git workflows.
Commit Message Format
type(scope): subject
body