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

  1. Branch naming — GitFlow conventions for all branch types
  2. Conventional Commits — Full standard (feat, fix, chore, docs, style, refactor, test, perf, ci, build, revert) with optional scopes
  3. MR/PR creation — Via git push -o options (GitLab) or gh 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 targets
  • references/conventional-commits.md — Commit types, scopes, breaking changes, examples
  • references/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.

Installs
1
Repository
azrod/skills
First Seen
Jun 12, 2026
gitflow-workflow — azrod/skills