merge

Merge Git branches with context-aware conflict resolution from pull requests and issues.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Devattom/.claude --skill merge-devattom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge
Source: https://github.com/Devattom/.claude/tree/main/skills/git-merge
Command: npx skills add https://github.com/Devattom/.claude --skill merge-devattom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the Git merging process by providing context-aware conflict resolution, reducing manual effort and potential errors.

Core Features & Use Cases

  • Contextual Merging: Analyzes feature context from PRs and issues to resolve conflicts intelligently.
  • Automated Conflict Detection: Identifies merge conflicts automatically.
  • Smart Resolution Strategies: Applies specific resolution logic based on file type and conflict nature.
  • Use Case: Effortlessly merge a feature branch into main, with the Skill automatically resolving common conflicts in package.json and source code based on the pull request description.

Quick Start

Use the merge skill to merge the feature-branch into the main branch.

Frequently Asked Questions about merge

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

FAQPage Schema
How do I resolve Git merge conflicts automatically using pull request context?

To resolve Git merge conflicts automatically, this Skill analyzes feature context from pull requests and issues to apply smart resolution strategies based on file type. It identifies conflicts automatically and resolves common issues in files like package.json and source code efficiently.

What is context-aware Git branch merging and when do I need it?

Context-aware Git branch merging is a process that uses pull request and issue descriptions to intelligently resolve conflicts. You need it when merging feature branches into main to reduce manual effort and potential errors in source code and configuration files.

How do I merge a feature branch into main without manual conflict resolution?

You can merge a feature branch into main by invoking the merge Skill, which detects conflicts automatically and applies specific resolution logic based on the conflict nature and file type using the pull request description as context.

Does this Git merge conflict resolution tool work with package.json and source code files?

Yes, this Git merge conflict resolution tool works with package.json and source code files. It applies specific resolution logic based on the file type and the nature of the conflict, automating resolution for common changes found in these formats.

What are the limitations of automated Git conflict resolution?

A key limitation of automated Git conflict resolution is handling excessive conflicts. This Skill includes safeguards against excessive conflicts to prevent automated resolution errors, but highly complex or contradictory code changes may still require manual intervention.