resolve-conflict

Analyze Git merge conflicts and generate a step-by-step resolution plan.

2|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/medhatgalal/Core-Prompts --skill resolve-conflict-medhatgalal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-conflict
Source: https://github.com/medhatgalal/Core-Prompts/tree/main/.gemini/skills/resolve-conflict
Command: npx skills add https://github.com/medhatgalal/Core-Prompts --skill resolve-conflict-medhatgalal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, analytical approach to resolving Git merge conflicts, ensuring that valuable content is preserved and logical integrity is maintained.

Core Features & Use Cases

  • Inversion Analysis: Identifies potential failure modes before resolution.
  • Structured Conflict Breakdown: Analyzes content from both branches and their relationship.
  • Logical Resolution Planning: Outlines a clear strategy for merging, prioritizing logical structure and consistency.
  • Use Case: When facing a complex merge conflict in a documentation file, use this Skill to systematically analyze the conflicting sections, determine the optimal order for the merged content, and ensure no contradictions are introduced.

Quick Start

Run the resolve-conflict skill to analyze the current merge conflicts and generate a resolution plan.

Frequently Asked Questions about resolve-conflict

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve a complex Git merge conflict without losing content?

To resolve a Git merge conflict, this skill uses Charlie Munger-style inversion analysis to identify failure modes first, then breaks down file conflicts and content relationships to produce a structured, logical resolution plan.

What is the best way to plan a merge resolution for conflicting documentation files?

The best way to plan merge resolution is to systematically analyze conflicting sections to determine the optimal content order, prioritizing logical document structure and consistency to ensure no contradictions are introduced.

Why does my version control merge introduce logical contradictions in documentation?

Version control merge conflicts often introduce contradictions because conflicting content isn't analyzed for logical integrity; this skill addresses that by mapping content relationships and outlining a step-by-step resolution plan.

Can I use this conflict resolution methodology for code review collaboration branches?

Yes, you can apply this conflict resolution methodology to code review collaboration branches, as it analyzes content from both branches and outlines a verification strategy to maintain logical integrity.

How do I verify logical consistency after resolving a Git merge conflict?

To verify consistency after resolving a Git merge conflict, follow the verification steps in the generated resolution plan, which are designed to check that the merged content structure remains logically intact.

When should I use an analytical approach for merge conflict resolution?

You should use an analytical approach for merge conflict resolution when facing complex documentation files, ensuring valuable content is preserved and logical integrity is maintained through inversion analysis.