Help us improve
Share bugs, ideas, or general feedback.
From ruflo-jujutsu
Advanced git workflows with branch management, conflict resolution, and PR lifecycle
npx claudepluginhub erfwn81/velora --plugin ruflo-jujutsuHow 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.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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"