merge-resolve

Classify and resolve merge conflicts across parallel worktrees.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill merge-resolve
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: merge-resolve
Source: https://github.com/tgsatwit/agent-delivery-pub/tree/main/.claude/skills/merge-resolve
Command: npx skills add https://github.com/tgsatwit/agent-delivery-pub --skill merge-resolve

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of resolving merge conflicts that arise from parallel development, reducing friction and saving developer time.

Core Features & Use Cases

  • Conflict Classification: Automatically categorizes merge conflicts into types like Formatting, Additive, Logic, Structural, and Rename.
  • Automated Resolution: Intelligently resolves safe conflicts (Formatting, Additive) based on defined build standards.
  • Contextual Assistance: Presents complex conflicts (Logic, Structural) with detailed context and recommendations for human decision-making.
  • Use Case: When merging feature branches, this Skill can automatically fix style inconsistencies and combine non-conflicting additions, flagging only the critical logic or architectural disagreements for review.

Quick Start

Use the merge-resolve skill to analyze and resolve conflicts in the current repository.

Frequently Asked Questions about merge-resolve

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

FAQPage Schema
How do I resolve merge conflicts from parallel development branches automatically?▼

To resolve merge conflicts from parallel development, this Skill classifies conflict types and applies deterministic strategies. It automatically fixes formatting and additive conflicts based on build standards while flagging complex logic and structural disagreements for manual review.

What is the best way to handle logic and structural merge conflicts without breaking architecture?▼

Handling logic and structural merge conflicts requires contextual analysis. This Skill evaluates structural conflicts against architectural decisions and presents logic conflicts with detailed implementation context, providing recommendations to ensure design integrity during resolution.

Can I auto-resolve formatting and additive git conflicts during branch integration?▼

Yes, you can auto-resolve formatting and additive git conflicts. The Skill identifies these safe conflict categories and applies deterministic resolution strategies based on defined build standards to combine non-conflicting additions and fix style inconsistencies automatically.

Does this merge conflict resolution tool work on parallel worktrees?▼

Yes, this merge conflict resolution tool works directly on parallel worktrees. It analyzes conflicts produced by parallel implementation branches, categorizing them into formatting, additive, logic, structural, and rename types to minimize manual intervention.

Why should I classify merge conflicts before resolving them?▼

Classifying merge conflicts before resolving them ensures safe conflicts are automated and complex ones receive human oversight. Categorizing into formatting, additive, logic, structural, and rename types allows deterministic strategies to apply build standards while protecting design integrity.

When should I not use automated merge conflict resolution?▼

You should not use automated merge conflict resolution for logic or structural disagreements. The Skill intentionally avoids auto-resolving these complex categories, instead presenting them with implementation context and architectural analysis for manual human decision-making.