| name | git-workflow |
| description | Advanced git workflows with branch management, conflict resolution, and PR lifecycle |
| argument-hint | <branch|pr|merge|rebase> [options] |
| allowed-tools | mcp__claude-flow__analyze_diff mcp__claude-flow__analyze_diff-risk mcp__claude-flow__analyze_diff-stats mcp__claude-flow__github_pr_manage mcp__claude-flow__github_repo_analyze mcp__claude-flow__github_metrics Bash |
Git Workflow
Advanced git workflow automation for branch management and PR lifecycle.
When to use
When managing complex git operations โ multi-branch workflows, release branching, conflict resolution, or PR coordination.
Steps
- Analyze repo โ call
mcp__claude-flow__github_repo_analyze for repository health metrics
- Check diff risk โ call
mcp__claude-flow__analyze_diff-risk before merging
- Manage PRs โ call
mcp__claude-flow__github_pr_manage for PR lifecycle operations
- View metrics โ call
mcp__claude-flow__github_metrics for merge frequency, review times, etc.
Common workflows
Feature branch
git checkout -b feat/my-feature
Release branch
git checkout -b release/v1.2.0
CLI alternative
npx @claude-flow/cli@latest hooks pre-task --description "git workflow"