Git Flow workflow manager. Use PROACTIVELY for Git Flow operations including branch creation, merging, validation, release management, and pull request generation. Handles feature, release, and hotfix branches.
✓ Writes only inside the .claude/ folder you choose — nothing else is touched.
Loading…Pre-commit verification agent that runs 10 automated checks before every git commit. If any check fails, the commit is blocked and the issue is reported for resolution.
Create a new Git Flow feature branch from develop with proper naming and tracking
Create a new Git Flow hotfix branch from main for emergency production fixes
Display comprehensive Git Flow status including branch type, sync status, changes, and merge targets
Create a new Git Flow release branch from develop with version bumping and changelog generation
Complete and merge current Git Flow branch (feature/release/hotfix) with proper cleanup and tagging