merge

Resolve Git merge conflicts using context-aware analysis of branches and commits.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/zuzu59/z-skills --skill merge-zuzu59
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge
Source: https://github.com/zuzu59/z-skills/tree/main/skills/merge
Command: npx skills add https://github.com/zuzu59/z-skills --skill merge-zuzu59

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merges across feature branches are often error-prone and time-consuming due to manual conflict handling; this Skill provides a structured, context-aware workflow to automate safe merging and intelligent resolution.

Core Features & Use Cases

  • Context gathering to detect current branch and ensure a clean working tree
  • PR context extraction and deterministic merge planning
  • SMART RESOLUTION for conflicted files with type-aware rules
  • Verification and safe abort mechanisms to prevent broken merges

Quick Start

Initiate a context-aware merge by following the guided workflow to fetch, merge, resolve conflicts, and verify the result.

Frequently Asked Questions about merge

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

FAQPage Schema
How do I resolve complex Git merge conflicts across feature branches?

To resolve Git merge conflicts, this Skill uses context-aware analysis of current and target branches to apply deterministic workflows. It gathers branch context, attempts a merge, and applies type-aware rules to safely resolve conflicted files.

What is the best way to automate a Git merge using PR context?

Automating a Git merge involves extracting PR context to plan a deterministic merge. This Skill fetches related commits, attempts the merge, resolves conflicts intelligently, and verifies the result using git and gh tooling.

Does this context-aware merge workflow support multi-branch development?

Yes, this context-aware merge workflow supports multi-branch development where conflicts are likely. It detects the current branch, ensures a clean working tree, and applies safe resolution rules across feature integration workflows.

How does context-aware conflict resolution handle broken merges?

Context-aware conflict resolution prevents broken merges by implementing verification and safe abort mechanisms. After applying type-aware rules to conflicted files, it verifies the result and safely aborts if the merge cannot be completed cleanly.

What tools do I need to perform context-aware Git merges?

You need git, gh, and auxiliary tooling to perform context-aware Git merges. These tools enable the Skill to gather branch context, extract PR data, attempt merges, and verify the final integration state.