Merge Branches

Walk the user through resolving git merge conflicts between two branches interactively — one file at a time, one conflict at a time, each decided by an MCQ with a real recommendation. Invoked by the user with /merge-branches <branch-a> <branch-b>, or whenever they ask to merge, reconcile, or integrate a divergent branch (especially a co-founder's or teammate's) and want to review the actual content rather than accept git's or a model's silent auto-resolution. Handles both ordinary content conflicts and add/add conflicts (both sides independently built the same file from scratch since the branches diverged).

Enrikkk Updated

File contents

Enrikkk/claude-skills/tree/main/merge-branches commit 32b64705de

Frequently asked questions

npx skillmds@latest add enrikkk/merge-branches