gitflow-workflow
Installation
SKILL.md
Overview
This skill provides expertise in GitFlow workflow automation based on git-flow-next. It handles branch management, semantic versioning, merge strategies, and follows GitFlow branching model conventions.
Capabilities
- GitFlow branch model (main, develop, feature, hotfix, release, support)
- Workflow presets (Classic GitFlow, GitHub Flow, GitLab Flow)
- Semantic version calculation from conventional commits
- Branch naming validation and conventions
- Merge strategies (merge, rebase, squash, --no-ff)
- Version file updates and changelog generation
- git-flow-next command compatibility
Branch Model
GitFlow uses base branches for stable code and topic branches for development work. Each workflow preset has different branch configurations - see the platform-specific reference files for details.