ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

merge-resolve

AI-powered git merge conflict resolution

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lxgicstudios/ai-merge-resolve
Or

Merge Resolver

Got merge conflicts? This tool understands both versions and picks the right resolution.

Quick Start

npx ai-merge-resolve

What It Does

  • Finds all merge conflicts in repo
  • Analyzes both versions semantically
  • Suggests intelligent resolutions
  • Can auto-resolve simple conflicts

Usage Examples

# Resolve all conflicts
npx ai-merge-resolve

# Resolve specific file
npx ai-merge-resolve ./src/api.ts

# Auto-resolve obvious ones
npx ai-merge-resolve --auto

# Interactive mode
npx ai-merge-resolve --interactive

How It Works

Doesn't just pick "theirs" or "ours". Actually reads the code, understands intent, and merges the functionality properly.

Output

Resolving src/utils.ts...
- Conflict 1: Both added logging → Combined both log statements
- Conflict 2: Different error messages → Kept more descriptive one
✓ Resolved 2 conflicts

Requirements

Node.js 18+. OPENAI_API_KEY required. Must have active merge conflicts.

License

MIT. Free forever.


Built by LXGIC Studios

Metadata

Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lxgicstudios-ai-merge-resolve": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.