Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Advanced git workflows with branch management, conflict resolution, and PR lifecycle
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"
npx skills add ruvnet/ruflo --skill git-workflowHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.