merge-resolve
AI-powered git merge conflict resolution
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lxgicstudios/ai-merge-resolveMerge 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
- GitHub: github.com/lxgicstudios/ai-merge-resolve
- Twitter: @lxgicstudios
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lxgicstudios-ai-merge-resolve": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
script-gen
Generate package.json scripts with AI. Use when setting up npm scripts.
email-template-gen
Generate responsive email templates. Use when building transactional emails.
branch-namer
Generate descriptive git branch names from plain English. Use when you need a branch name that follows conventions.
cloudflare-gen
Generate Cloudflare Workers configuration and code. Use when building on the edge.
adr-writer
Generate Architecture Decision Records with AI. Use when documenting technical decisions.