plugins/ruflo-jujutsu/skills/git-workflow/SKILL.md
Advanced git workflow automation for branch management and PR lifecycle.
When managing complex git operations — multi-branch workflows, release branching, conflict resolution, or PR coordination.
mcp__claude-flow__github_repo_analyze for repository health metricsmcp__claude-flow__analyze_diff-risk before mergingmcp__claude-flow__github_pr_manage for PR lifecycle operationsmcp__claude-flow__github_metrics for merge frequency, review times, etc.git checkout -b feat/my-feature
# ... make changes ...
# analyze diff before PR
# create PR with risk assessment
git checkout -b release/v1.2.0
# cherry-pick fixes
# analyze all diffs for risk
# merge when risk score is acceptable
npx @claude-flow/cli@latest hooks pre-task --description "git workflow"