git-workflow
Installation
SKILL.md
Git Workflow
Defines and enforces a consistent Git workflow including branch naming, commit message format, atomic commits, PR structure, and merge strategy.
Purpose
Define and enforce a consistent Git workflow including branch naming, commit message format (Conventional Commits), atomic commits, PR structure, and merge strategy so that project history is readable, reviewable, and bisectable.
Trigger
Apply when the user requests:
- "git workflow", "branching strategy", "commit conventions", "conventional commits"
- "PR template", "git best practices", "how to write commit messages"
- "分支策略", "commit 規範", "PR 格式", "git 流程"
Do NOT trigger for:
- Resolving merge conflicts — use debug instead
- Reviewing code in a PR — use code-review instead