gitflow-workflow
Installation
SKILL.md
GitFlow Workflow Skill
Specialized skill for GitFlow branching, Conventional Commits, and MR/PR creation via Git commands.
What This Skill Covers
- Branch naming — GitFlow conventions for all branch types
- Conventional Commits — Full standard (feat, fix, chore, docs, style, refactor, test, perf, ci, build, revert) with optional scopes
- MR/PR creation — Via
git push -ooptions (GitLab) orgh pr create(GitHub), no extra GUI needed
References
Load the relevant reference file based on the user's need:
references/branch-conventions.md— Branch naming rules, GitFlow model, merge targetsreferences/conventional-commits.md— Commit types, scopes, breaking changes, examplesreferences/push-options.md— GitLab push options and GitHub CLI commands for MR/PR creation
Always load the reference file(s) relevant to the current task before responding.