Stats
Actions
Tags
From ruflo-jujutsu
Advanced git workflows with branch management, conflict resolution, and PR lifecycle
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-jujutsu:git-workflowThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Advanced git workflow automation for branch management 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"
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub k2k22k2k22/ruflo --plugin ruflo-jujutsu