resolve-merge-conflicts

Summarize Git merge conflicts with unresolved paths, hunks, and compact diffs.

37|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/terzigolu/warp-lite --skill resolve-merge-conflicts-terzigolu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-merge-conflicts
Source: https://github.com/terzigolu/warp-lite/tree/main/.agents/skills/resolve-merge-conflicts
Command: npx skills add https://github.com/terzigolu/warp-lite --skill resolve-merge-conflicts-terzigolu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill reduces the cognitive burden of Git merges by extracting only unresolved paths, conflict hunks, and compact diffs instead of loading whole files into context.

Core Features & Use Cases

  • Compact conflict previews: display our/your/their hunks with minimal surrounding content.
  • Per-file drill-down: inspect one conflicted file at a time using nearby context and diffs.
  • End-to-end workflow support: handles common scenarios like merge, rebase, cherry-pick, and stash pop where conflicts arise.

Quick Start

Use this skill to summarize conflicts and drill into a conflicted file with concise, contextual information.

Frequently Asked Questions about resolve-merge-conflicts

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

FAQPage Schema
How do I resolve Git merge conflicts without loading entire files into context?

Resolve Git merge conflicts by extracting only unresolved paths, conflict hunks, and compact diffs instead of loading whole files. This skill summarizes unmerged paths and displays our, your, and their hunks with minimal surrounding content for per-file drill-down.

Can I use this to inspect conflict markers during a Git rebase or cherry-pick?

Yes, you can inspect conflict markers during a Git rebase or cherry-pick. This skill supports end-to-end workflows where merges, rebases, cherry-picks, or stash pops halt on conflicts, exposing concise diffs and classifying conflict types for each unmerged path.

What is the best way to view only the conflicting hunks in unmerged Git files?

The best way to view conflicting hunks is using compact conflict previews that classify conflict types and generate concise diffs. It parses conflict markers and displays only the relevant hunks, supporting per-file drill-down and index previews without loading entire files.

Does this skill require any external Git dependencies to parse conflict diffs?

No external dependencies are required to parse conflict diffs. The skill relies on built-in scripts to extract context from unmerged paths and generate compact diffs directly from files containing conflict markers when git status shows unmerged paths.

Why does loading whole conflicted files fail when handling large Git merges?

Loading whole conflicted files fails during large Git merges because it overwhelms context limits with non-conflicting code. This skill avoids that limitation by extracting only unresolved paths and compact conflict hunks, reducing cognitive burden while maintaining contextual information.