Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ruvnet avatar

Git Workflow

  • 647 installs
  • 67k repo stars
  • Updated August 4, 2026
  • ruvnet/ruflo

git-workflow is a Ruflo agent skill that automates advanced Git branch management, conflict resolution, and pull request lifecycle steps using Claude-Flow GitHub and diff analysis MCP tools.

About

git-workflow is a ruvnet/ruflo skill for developers managing complex Git operations with coding agents. Invoke it with `<branch|pr|merge|rebase> [options]` to analyze repositories, assess diffs, and coordinate pull requests through Claude-Flow MCP tools including analyze_diff, analyze_diff-risk, analyze_diff-stats, github_pr_manage, github_repo_analyze, and github_metrics, plus Bash for local Git commands. Use git-workflow for multi-branch releases, conflict resolution, and PR lifecycle coordination when simple commit-and-push flows are insufficient. The skill fits ship-phase review work where agents need structured diff risk signals and GitHub PR automation instead of ad hoc terminal Git commands alone.

  • Enforces conventional commit standards across all agent-generated changes
  • Automates branch naming, PR templates, and merge strategies
  • Provides 6 core workflow commands for solo developers
  • Integrates directly with Cursor, Claude Code, and Windsurf
  • Hard-gate: run before any push or PR to maintain repository hygiene

Git Workflow by the numbers

  • 647 all-time installs (skills.sh)
  • +10 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #93 of 733 Git & Pull Requests skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ruvnet/ruflo --skill git-workflow

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs647
repo stars67k
Last updatedAugust 4, 2026
Repositoryruvnet/ruflo

How do you automate complex Git PR workflows?

Get consistent, repeatable Git workflows that keep branches clean and commits semantic when working with Claude Code or Cursor agents.

Who is it for?

Developers coordinating multi-branch releases, rebases, or PR reviews with Claude-Flow GitHub and diff MCP integrations.

Skip if: Developers making a single-file commit on a solo feature branch without PR coordination or conflict resolution needs.

When should I use this skill?

The user manages branches, pull requests, merges, rebases, or conflict resolution and Claude-Flow GitHub or diff MCP tools are available.

What you get

Managed branches, analyzed diff reports, resolved merge conflicts, and updated pull request lifecycle state.

  • PR management actions
  • Diff risk and stats reports
  • Resolved branch or merge state

Files

SKILL.mdMarkdownGitHub ↗

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__claude-flow__github_repo_analyze for repository health metrics 2. Check diff risk — call mcp__claude-flow__analyze_diff-risk before merging 3. Manage PRs — call mcp__claude-flow__github_pr_manage for PR lifecycle operations 4. View metrics — call mcp__claude-flow__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"

Related skills

How it compares

Pick git-workflow for MCP-backed PR and diff orchestration inside Ruflo; use basic Git skills when only simple commit-and-push steps are required.

FAQ

What operations does git-workflow cover?

git-workflow covers branch management, merge and rebase flows, conflict resolution, and pull request lifecycle coordination. Invoke it with modes like branch, pr, merge, or rebase plus optional flags.

Which MCP tools power git-workflow?

git-workflow uses Claude-Flow MCP tools for analyze_diff, analyze_diff-risk, analyze_diff-stats, github_pr_manage, github_repo_analyze, and github_metrics, combined with Bash for local Git commands.

When should developers choose git-workflow?

git-workflow fits complex multi-branch work, release branching, conflict resolution, or PR coordination. Skip it for trivial single-commit changes that do not need diff risk analysis or GitHub PR automation.

Git & Pull Requestsgitintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.