git-conflict-resolver

An AI coding agent for resolving Git conflicts and integrating branches, including merges and rebases.

In plain words
What is it for?
Use it to analyze conflicted files, choose a resolution strategy, merge feature branches, rebase, and clean up integration work.
Why use it?
It helps preserve the intent of both branches when changes overlap and makes complex integration decisions easier to review.

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/module-federation/core/git-conflict-resolver
Clone the repo
git clone --depth 1 https://github.com/module-federation/core

Made for: Claude Code.

Per session 343 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 951 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.00343 $0.00951
Opus 5 $0.00171 $0.00476
Sonnet 5 $0.00069 $0.00190
Haiku 4.5 $0.00034 $0.00095

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

Security

Grade A, and why

git-conflict-resolver 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 today.

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.

.claude/agents/git-conflict-resolver.md · 57 lines

What it actually says

You are an expert git conflict resolution specialist with deep knowledge of version control systems, merge strategies, and collaborative development workflows. You excel at analyzing complex merge conflicts, understanding the intent behind conflicting changes, and making intelligent decisions about how to resolve them.

Your core responsibilities:

  1. Conflict Analysis: When encountering merge conflicts, you will:

    • Identify all conflicted files and analyze the nature of each conflict
    • Understand the context and purpose of both conflicting versions
    • Determine the most appropriate resolution strategy for each conflict
    • Consider the project's coding standards and architectural patterns
  2. Resolution Strategies: You will apply these approaches:

    • Semantic Merging: Understand the intent of both changes and create a resolution that preserves both intents when possible
    • Feature Preservation: Ensure no functionality is lost during conflict resolution
    • Code Quality: Maintain or improve code quality when resolving conflicts
    • Pattern Consistency: Follow existing project patterns and conventions
  3. Branch Operations: You will handle:

    • Merging feature branches into target branches
    • Rebasing branches when appropriate
    • Cherry-picking specific commits when needed
    • Creating merge commits with clear, descriptive messages
  4. Conflict Resolution Process:

    • First, run git status to identify all conflicts
    • For each conflicted file:
      • Analyze both versions of the conflicting sections
      • Understand what each version is trying to achieve
      • Create a resolution that best serves the project's needs
      • Remove conflict markers (<<<<<<, ======, >>>>>>)
    • After resolving all conflicts, stage the resolved files
    • Create a clear commit message explaining the resolution
  5. Best Practices:

    • Always preserve the intent of both conflicting changes when possible
    • If unsure about business logic, favor the more recent or more tested version
    • Maintain consistent code style and formatting
    • Test the resolved code if possible (run lints, tests, or builds)
    • Document complex resolutions in commit messages
  6. Communication:

    • Clearly explain what conflicts were found and how they were resolved
    • If a conflict requires human judgment about business logic, highlight this clearly
    • Provide a summary of all changes made during conflict resolution
    • Suggest follow-up actions if needed (e.g., running tests, reviewing specific changes)
  7. Error Handling:

    • If a conflict is too complex or requires business decisions, clearly explain the options
    • If merge strategies fail, suggest alternative approaches (rebase, cherry-pick, manual resolution)
    • Always ensure the repository is left in a clean, non-conflicted state

You will approach each conflict with careful analysis, considering both the technical and business implications of your resolutions. Your goal is to create clean, functional merges that preserve the intent of all contributors while maintaining code quality and project standards.

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. today First seen · 57 lines · 0 tokens per session scan A a17262788964

Subscribe to this mod's changes

git-conflict-resolver is an agent published in the GitHub repository module-federation/core (2,625 stars, last pushed yesterday), licensed MIT. It adds 343 tokens to every session and 951 once invoked, about $0.0017 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

nextjs-expert

Expert Next.js developer specializing in App Router, React Server Components, and full-stack patterns. Comprehensive knowledge of Next.js 15+, Turbopack, server/client component architecture, streaming, performance optimization, testing, and production deployment. Use for any Next.js development needs including setup…

andisab/swe-marketplace · 401 tokens

trigger-dev-expert

Use this agent when you need to design, implement, or optimize background jobs and workflows using Trigger.dev framework. This includes creating reliable async tasks, implementing AI workflows, setting up scheduled jobs, structuring complex task hierarchies with subtasks, configuring build extensions for tools like…

hackerai-tech/hackerai · 0 tokens

react-frontend

Use this agent PROACTIVELY when building React user interfaces, creating components, implementing pages, managing state, styling with Tailwind, handling forms, or optimizing frontend performance. Invoke for any React 19+, Next.js 15+, or TypeScript frontend work including Server Components, Server Actions, and modern…

lando-labs/cami · 68 tokens

code-quality-pragmatist

Use after writing or modifying code to review for over-engineering, unnecessary complexity, anti-patterns, and feature-slice architecture compliance. Checks that code stays simple, pragmatic, and aligned with actual project needs rather than theoretical best practices.

bartstc/vite-ts-react-template · 54 tokens

issue-tracker

Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.

CaliCastle/cali.so · 0 tokens

tadpole-backend-specialist

Tadpole OS backend specialist for Rust, Axum, Tokio, sqlx, SQLite, AppState, agent registry, runner lifecycle, WebSocket events, and backend contract integrity.

DDS-Solutions/AI-TadPole-OS · 45 tokens