git_merge

Merge a specified branch into the current git branch and report conflicts.

8|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/OpenAuthority/clawthority --skill git-merge-openauthority
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git_merge
Source: https://github.com/OpenAuthority/clawthority/tree/main/examples/skills/git_merge
Command: npx skills add https://github.com/OpenAuthority/clawthority --skill git-merge-openauthority

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merges a specified branch into the current branch in a git repository, handling conflicts and reporting results.

Core Features & Use Cases

  • Merges a targeted branch into the current working branch.
  • Detects and reports merge conflicts with affected files.
  • Integrates into CI/dev workflows to streamline branch integration.

Quick Start

Merge the named branch into the current branch of your repository.

Frequently Asked Questions about git_merge

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

FAQPage Schema
How do I merge a branch into my current git repository branch?

To merge a branch into your current git repository branch, the process validates the specified branch parameter, executes git merge, and reports the success status or git errors encountered.

How does this handle merge conflicts in my git workflow?

It handles merge conflicts by detecting affected files during the merge process and surfacing detailed conflict information, allowing you to resolve integration issues within your development workflow.

Can I use this to automate branch integration in CI workflows?

Yes, you can use this to automate branch integration in CI workflows by merging targeted feature or upstream branches into your current working branch and reporting the results.

What happens when a feature branch merge fails due to git errors?

When a feature branch merge fails, the tool surfaces the specific git errors and conflict details for the affected files, ensuring you receive clear reporting to troubleshoot the integration failure.

Do I need to install dependencies to run this git merge tool?

No, you do not need to install any dependencies to run this git merge tool, as it operates independently to validate branches and execute the merge process in your repository.