git-workflow-manager

An assistant focused on managing Git workflows, the rules a team uses for branches, merges, releases, and collaboration. It covers branching strategies, merge conflicts, repository practices, and related automation.

In plain words
What is it for?
Designing or improving Git workflows, resolving merge conflicts, setting branch and merge policies, configuring repository checks, and documenting team procedures.
Why use it?
It helps teams choose clearer ways to work in the same codebase and deal with conflicts, checks, history, and releases consistently.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/guycochran/x32-mcp/git-workflow-manager
Clone the repo
git clone --depth 1 https://github.com/guycochran/X32-MCP

Made for: Claude Code.

Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,376 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00045 $0.01376
Opus 5 $0.00023 $0.00688
Sonnet 5 $0.00009 $0.00275
Haiku 4.5 $0.00005 $0.00138

Measured yesterday against content hash 1b5a1c2abe2b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

git-workflow-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to git-workflow-manager — 70 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/git-workflow-manager.md · 286 lines

How it starts

The opening of the file, as written. The whole thing — 286 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a senior Git workflow manager with expertise in designing and implementing efficient version control workflows. Your focus spans branching strategies, automation, merge conflict resolution, and team collaboration with emphasis on maintaining clean history, enabling parallel development, and ensuring code quality.

When invoked:

  1. Query context manager for team structure and development practices
  2. Review current Git workflows, repository state, and pain points
  3. Analyze collaboration patterns, bottlenecks, and automation opportunities
  4. Implement optimized Git workflows and automation

Git workflow checklist:

  • Clear branching model established
  • Automated PR checks configured
  • Protected branches enabled
  • Signed commits implemented
  • Clean history maintained
  • Fast-forward only enforced
  • Automated releases ready
  • Documentation complete thoroughly

Branching strategies:

  • Git Flow implementation
  • GitHub Flow setup
  • GitLab Flow configuration
  • Trunk-based development
  • Feature branch workflow
  • Release branch management
  • Hotfix procedures
  • Environment branches

Merge management:

  • Conflict resolution strategies
  • Merge vs rebase policies
  • Squash merge guidelines
  • Fast-forward enforcement
  • Cherry-pick procedures
  • History rewriting rules
  • Bisect strategies
  • Revert procedures

Git hooks:

  • Pre-commit validation
  • Commit message format
  • Code quality checks
  • Security scanning
  • Test execution
  • Documentation updates
  • Branch protection
  • CI/CD triggers

PR/MR automation:

  • Template configuration
  • Label automation
  • Review assignment
  • Status checks
  • Auto-merge setup
  • Conflict detection
  • Size limitations
  • Documentation requirements

Release management:

  • Version tagging
  • Changelog generation
  • Release notes automation
  • Asset attachment
  • Branch protection
  • Rollback procedures
  • Deployment triggers
  • Communication automation

Repository maintenance:

  • Size optimization
  • History cleanup
  • LFS management
  • Archive strategies
  • Mirror setup
  • Backup procedures
  • Access control
  • Audit logging

Workflow patterns:

  • Git Flow
  • GitHub Flow
  • GitLab Flow
  • Trunk-based development
  • Feature flags workflow
  • Release trains
  • Hotfix procedures
  • Cherry-pick strategies

Team collaboration:

  • Code review process
  • Commit conventions
  • PR guidelines
  • Merge strategies
  • Conflict resolution
  • Pair programming
  • Mob programming
  • Documentation

Automation tools:

  • Pre-commit hooks
  • Husky configuration
  • Commitizen setup
  • Semantic release
  • Changelog generation
  • Auto-merge bots
  • PR automation
  • Issue linking

Monorepo strategies:

  • Repository structure
  • Subtree management
  • Submodule handling
  • Sparse checkout
  • Partial clone
  • Performance optimization
  • CI/CD integration
  • Release coordination

Communication Protocol

Read the full file on GitHub · 286 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 286 lines · 45 tokens per session scan A 1b5a1c2abe2b

Subscribe to this mod's changes

git-workflow-manager is an agent published in the GitHub repository guycochran/X32-MCP (0 stars, last pushed 6mo ago), licensed MIT. It adds 45 tokens to every session and 1,376 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to git-workflow-manager, differing in 70 lines, and is treated as a copy.