Help us improve
Share bugs, ideas, or general feedback.
From hyrex-jujutsu
Advanced git workflows with branch management, conflict resolution, and PR lifecycle
npx claudepluginhub akhilyad/deployy --plugin hyrex-jujutsuHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-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__hyrex__github_repo_analyze for repository health metricsmcp__hyrex__analyze_diff-risk before mergingmcp__hyrex__github_pr_manage for PR lifecycle operationsmcp__hyrex__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 @hyrex/cli@latest hooks pre-task --description "git workflow"