Loading...
Loading...
Advanced git workflows with branch management, conflict resolution, and PR lifecycle
npx skill4agent add ruvnet/ruflo git-workflowmcp__claude-flow__github_repo_analyzemcp__claude-flow__analyze_diff-riskmcp__claude-flow__github_pr_managemcp__claude-flow__github_metricsgit checkout -b feat/my-feature
# ... make changes ...
# analyze diff before PR
# create PR with risk assessmentgit checkout -b release/v1.2.0
# cherry-pick fixes
# analyze all diffs for risk
# merge when risk score is acceptablenpx @claude-flow/cli@latest hooks pre-task --description "git workflow"