Skip to content
Development
Skill

/git-workflow

Advanced git workflows with branch management, conflict resolution, and PR lifecycle

From plugin
claude-flow
67k200 skills157 agents194 commands1 MCP
Install
$ npx -y skills add ruvnet/ruflo --skill git-workflow --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/git-workflow

Context preview

The summary Claude sees to decide when to auto-load this skill.

Advanced git workflows with branch management, conflict resolution, and PR lifecycle

SKILL.md

git-workflow.SKILL.md
name: git-workflow
description: Advanced git workflows with branch management, conflict resolution, and PR lifecycle
argument-hint: "<branch|pr|merge|rebase> [options]"
allowed-tools: mcp__plugin_ruflo-core_ruflo__analyze_diff mcp__plugin_ruflo-core_ruflo__analyze_diff-risk mcp__plugin_ruflo-core_ruflo__analyze_diff-stats mcp__plugin_ruflo-core_ruflo__github_pr_manage mcp__plugin_ruflo-core_ruflo__github_repo_analyze mcp__plugin_ruflo-core_ruflo__github_metrics Bash

Git Workflow

Advanced git workflow automation for branch management and PR lifecycle.

When to use

When managing complex git operations — multi-branch workflows, release branching, conflict resolution, or PR coordination.

Steps

1. **Analyze repo** — call `mcp__plugin_ruflo-core_ruflo__github_repo_analyze` for repository health metrics 2. **Check diff risk** — call `mcp__plugin_ruflo-core_ruflo__analyze_diff-risk` before merging 3. **Manage PRs** — call `mcp__plugin_ruflo-core_ruflo__github_pr_manage` for PR lifecycle operations 4. **View metrics** — call `mcp__plugin_ruflo-core_ruflo__github_metrics` for merge frequency, review times, etc.

Common workflows

Feature branch

git checkout -b feat/my-feature
# ... make changes ...
# analyze diff before PR
# create PR with risk assessment

Release branch

git checkout -b release/v1.2.0
# cherry-pick fixes
# analyze all diffs for risk
# merge when risk score is acceptable

CLI alternative

npx @claude-flow/cli@latest hooks pre-task --description "git workflow"
Read more
Ships withclaude-flow

An agent meta-harness for Claude Code and Codex. Agent = Model + Harness. The model writes; the harness gives it tools, memory, loops, sandboxes, and controls so it can actually work.

Get the whole plugin

Other skills on claude-flow.