resolve-merge

Resolve git merge conflicts and update plan numbering.

10|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/reidemeister94/development-skills --skill resolve-merge-reidemeister94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-merge
Source: https://github.com/reidemeister94/development-skills/tree/main/skills/resolve-merge
Command: npx skills add https://github.com/reidemeister94/development-skills --skill resolve-merge-reidemeister94

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolves git merge conflicts and cleanup during merges, enabling teams to continue work with a clean working tree and consistent history.

Core Features & Use Cases

  • Automatic conflict resolution for common, deterministic cases (identical content or whitespace-only differences) to reduce manual intervention.
  • Gate-driven workflow that classifies files as AUTO or JUDGMENT and updates plan documentation to maintain numbering integrity.
  • Safe fallback with prompts for user input on complex files and thorough verification to ensure no remaining conflict markers.

Quick Start

Resolve the current Git merge conflicts in the repository, harmonize conflicting edits, and update any affected plan document numbers.

Frequently Asked Questions about resolve-merge

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

FAQPage Schema
How do I automate resolving git merge conflicts?

You can automate resolving git merge conflicts by applying a gate-driven workflow that auto-resolves deterministic cases like identical content or whitespace-only differences, while safely prompting for human intervention on complex files.

What is the best way to fix failed git merges with AA/DD or UU conflicts?

Fixing failed git merges with UU or AA/DD conflicts involves reconciling conflicting edits, removing conflict markers, and classifying files for either automatic resolution or manual judgment to ensure a clean working tree.

How do merge conflicts affect numbered plan documents and chronicle references?

Merge conflicts can desynchronize numbered plan documents and chronicle references, requiring automated renumbering and reference updates during conflict resolution to maintain structural consistency across the version control history.

Can I automatically resolve git rebase failures without manual intervention?

You can automatically resolve git rebase failures for safe, deterministic cases like whitespace-only differences, but a gate-driven workflow will prompt for human input on complex files to prevent incorrect reconciliations.

When should I not use automated conflict resolution during a git workflow?

You should not use automated conflict resolution for complex files with conflicting logic edits, as the workflow classifies these as JUDGMENT cases requiring human intervention to ensure no remaining conflict markers or broken code.