git-user
Installation
SKILL.md
Git Workflow Guide
When to use
Trigger this skill when:
- creating or updating branches
- rebasing work
- writing commits
- preparing a branch for review
- validating CI expectations related to Git history and PR integration
Core principles
- Linear history is mandatory
mainis protected and immutable- Rebasing is preferred over merging
- Human-reviewed pull requests gate integration into
main