AI AGENT ADDONS

Resolve Merge Conflicts

warpdotdev/common-skills
Git & Pull Requests
14,222installs

When you run into a Git merge conflict, this skill helps you fix it step by step. It shows only the parts of files that need attention. You do not have to open the whole file and search for markers. This saves time and keeps your work focused.

The skill uses a script that lists all unresolved files. Then you can look at one file at a time. It shows the different versions of the code with clear labels. You can pick one side, edit the file, or run tests to make sure everything works. The goal is to clean up conflicts quickly and correctly.

Anyone who uses Git for teamwork can benefit. Whether you are merging branches or applying patches, this skill makes the process smoother. It gives you a compact view of each conflict so you can decide the best resolution without extra clutter.

Add Resolve Merge Conflicts skill to your workflow

Global

mkdir -p ~/.claude/skills/resolve-merge-conflicts

Project

mkdir -p .claude/skills/resolve-merge-conflicts

Source Repository

Stars
110
Forks
2
Watchers
110
License
MIT
Last Push
25 days ago
Created
2 months ago