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-workflow <branch|pr|merge|rebase> [options]<branch|pr|merge|rebase> [options]This 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"
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
3plugins reuse this skill
First indexed May 13, 2026
npx claudepluginhub wodeh/ruflo-kimi --plugin ruflo-jujutsu