resolve-merge-conflicts

Resolve Git rebase merge conflicts in a worktree using an implementation plan.

5|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/TalonT-Org/AutoSkillit --skill resolve-merge-conflicts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-merge-conflicts
Source: https://github.com/TalonT-Org/AutoSkillit/tree/main/src/autoskillit/skills/resolve-merge-conflicts
Command: npx skills add https://github.com/TalonT-Org/AutoSkillit --skill resolve-merge-conflicts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automatically resolves Git merge conflicts that arise during rebasing, preventing manual intervention and ensuring smooth integration of code changes.

Core Features & Use Cases

  • Goal-Aware Conflict Analysis: Analyzes the intent of conflicting code sections based on the implementation plan and commit history.
  • Automated Resolution: Resolves conflicts with HIGH or MEDIUM confidence, merging changes intelligently.
  • Escalation: Safely aborts and escalates when conflicts are too complex or ambiguous for automated resolution.
  • Use Case: When a pull request merge fails due to rebase conflicts, this skill can automatically analyze and resolve them, allowing the merge to proceed without developer oversight.

Quick Start

Use the resolve-merge-conflicts skill to resolve conflicts in the worktree at /path/to/worktree, using the plan at /path/to/plan.md and the base branch integration/run-1.

Frequently Asked Questions about resolve-merge-conflicts

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

FAQPage Schema
How do I automate git rebase merge conflict resolution?

Automate git rebase merge conflict resolution by analyzing conflicting file content, determining intent from worktree and integration branches, and applying goal-aware resolutions for textual overlaps based on an implementation plan.

What happens when automated merge conflict resolution encounters ambiguous code changes?

When automated merge conflict resolution encounters ambiguous code changes with LOW confidence or excessive rebase rounds, it safely aborts the rebase and signals for manual intervention to prevent incorrect integrations.

Can I resolve merge conflicts in a specific git worktree using an implementation plan?

Yes, you can resolve merge conflicts in a specified git worktree by providing an implementation plan and base branch, allowing the system to analyze conflicting file content and determine intent to apply resolutions.

Why does git rebase fail during pull request integration and how can I prevent manual intervention?

Git rebase fails during pull request integration due to conflicting code changes across branches, but goal-aware automated conflict analysis can resolve HIGH and MEDIUM confidence conflicts to prevent manual intervention.

Does automated conflict resolution work for textual overlaps and different concerns in rebasing?

Automated conflict resolution works for textual overlaps and different concerns during rebasing by analyzing the intent of conflicting code sections based on commit history and applying intelligent merges.

What are the limitations of automated git merge conflict resolution?

Limitations of automated git merge conflict resolution include an inability to handle LOW confidence conflicts or excessive rebase rounds, requiring the process to abort and escalate for manual developer intervention.