An AI-powered CLI tool that intelligently resolves Git merge conflicts by analyzing context from both branches.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install merge-resolver
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install merge-resolver using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The merge-resolver is a specialized utility designed to handle one of the most painful aspects of software development: Git merge conflicts. By utilizing advanced AI, this tool automates the decision-making process when multiple branches modify the same lines of code. It integrates seamlessly into the Openclaw Skills collection, providing developers with a reliable way to maintain velocity without getting bogged down in manual conflict resolution.
This skill goes beyond simple text matching. It reads the context from both branches to determine the most logical way to merge changes, significantly reducing the risk of human error. Whether you are dealing with a complex rebase or a standard merge, the AI-driven approach ensures that the resulting code is both functional and consistent with your project's standards.
To begin using this tool within the Openclaw Skills ecosystem, ensure you have Node.js installed and are within a Git repository with active conflicts.
# Resolve conflicts in a specific file
npx ai-merge-resolve src/main.ts
# Resolve all conflicts in the current repository
npx ai-merge-resolve
The merge-resolver interacts primarily with your local Git environment and file system. It does not require a separate database, as its operations are context-driven and file-based.
| Component | Details |
|---|---|
| Input Source | Local files containing conflict markers. |
| Processing Engine | AI-driven context analysis via Openclaw Skills integrations. |
| Output Format | Overwritten source files or console output (dry-run). |
| Metadata | Includes resolution status and file paths processed. |
Loading
A CLI utility that instantly generates production-grade structured logging configurations for Node.js frameworks.

An AI-enhanced web auditing tool that converts Lighthouse reports into specific, actionable code-level fixes.

Lighthouse Fixer automates web performance audits and uses AI to transform generic diagnostic reports into specific, actionable code fixes.

An AI-powered CLI tool that helps developers select, understand, and generate open source licenses for their projects in seconds.

An AI-powered tool that scans web pages and generates highly relevant meta tags, Open Graph cards, and Twitter previews.

A powerful CLI utility for generating search-optimized HTML meta tags, Open Graph data, and structured JSON-LD schema.








































