merge-conflict-resolver
by Timoranjes
A professional systematic framework for AI agents to analyze, resolve, and verify complex git merge conflicts.
- Resolve overlapping logic changes in shared files across any language
- Handle complex rename/delete and add/add conflict scenarios systematically
- Verify merge resolutions by running builds and checking for leftover markers
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 1 permission declared
Sample input
I have a conflict in api/client.ts after merging the feature branch. Please resolve it by combining the changes and verify the build.
Sample output
CONFLICT (content): Merge conflict in api/client.ts Resolution: Integrated both local timeout changes and incoming retry logic. Check: No markers found. Verification: 'npm run build' successful. Result: Merged lines 42-56 to include both logic paths without duplicating imports.
merge-conflict-resolver
by Timoranjes
A professional systematic framework for AI agents to analyze, resolve, and verify complex git merge conflicts.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 1 permission declared
- Instant install
Sample input
I have a conflict in api/client.ts after merging the feature branch. Please resolve it by combining the changes and verify the build.
Sample output
CONFLICT (content): Merge conflict in api/client.ts Resolution: Integrated both local timeout changes and incoming retry logic. Check: No markers found. Verification: 'npm run build' successful. Result: Merged lines 42-56 to include both logic paths without duplicating imports.
About This Skill
Systematic Git Conflict Resolution
Merge conflicts are the bane of automated workflows. This skill provides your AI agent with a rigorous, step-by-step framework to resolve conflicts across any programming language—from simple content overlaps to complex rename/delete scenarios and binary file collisions.
What it does
Instead of the "blind guessing" typical of standard LLM prompts, this skill guides the agent through an 9-step professional workflow:
- Scope Assessment: Quantifies conflicts and identifies their types (add/add, modify/delete, etc.).
- Contextual Analysis: Understands the developer's intent (feature vs. bug fix vs. refactor) before touching code.
- Strategy Selection: Automatically chooses between "Accept Ours," "Accept Theirs," or "Manual Merge" based on objective criteria.
- Language-Specific Verification: Includes specialized checks for Python (indentation), JS/TS (duplicate imports), Go (struct formatting), and SQL (foreign key consistency).
- Final Validation: Runs greps for leftover markers and executes build/test commands to ensure the fix actually works.
Why use this skill?
Prompting an AI to "fix these conflicts" often leads to truncated files, deleted logic, or broken syntax. This skill enforces a structured logic that mirrors how senior engineers handle complex merges, ensuring zero data loss and maintaining a clean, linear git history.
Use Cases
- Resolve overlapping logic changes in shared files across any language
- Handle complex rename/delete and add/add conflict scenarios systematically
- Verify merge resolutions by running builds and checking for leftover markers
- Maintain repository integrity during automated rebase or integration workflows
- Manage dependency version conflicts in package.json or go.mod files
Known Limitations
- Cannot resolve proprietary binary format conflicts automatically.
- Requires local git environment access.
- Human review recommended for complex architectural shifts.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/merge-conflict-resolver -o /tmp/merge-conflict-resolver.zip && unzip -o /tmp/merge-conflict-resolver.zip -d ~/.claude/skills && rm /tmp/merge-conflict-resolver.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Claude Code, Cursor, Windsurf, GitHub Copilot CLI
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.