rc-git-workflow
Installation
SKILL.md
Git Workflow
Use repeatable Git practices that keep history clear and delivery predictable.
When to Use This Skill
Use this skill when the user asks to:
- Create or name branches consistently
- Structure commits using conventional semantics
- Prepare PRs with clear summaries and testing notes
- Resolve rebase conflicts safely
- Choose or refine team branching strategy
Default Guidance
Prefer short-lived branches with small PRs and linear history.