Resolve merge conflicts

Resolve merge conflicts in Visual Studio Code — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
I’ve hit a merge conflict on files A and B when merging origin/main into my branch. Show the…
I’ve hit a merge conflict on files A and B when merging origin/main into my branch. Show the conflicted hunks with context, indicate which side modified each hunk, and produce a suggested merge result that preserves tests and existing behavior; stop before applying changes so I can review.

Improve — make it easier to accept

+
Before I resolve this conflict for the reviewers, make it easy to pick the right changes: show why…
Before I resolve this conflict for the reviewers, make it easy to pick the right changes: show why each conflict happened by listing the commits on both sides that touched the hunk, flag conflicts that change public API or DB schema, and propose a merge that keeps recent test expectations intact or notes necessary test updates.

Decide — diagnose the stuck moment

+
I tried resolving merge conflicts in payment_processor.py and now unit tests fail. The other…

I opened a conflicted file and tests now fail locally.

I tried resolving merge conflicts in payment_processor.py and now unit tests fail. The other branch’s changes came from Lena and I don’t know which behavior users rely on. I’m afraid I picked the wrong branch for several hunks. What’s the likely misstep and what’s the quickest way to decide which behavior to keep without rolling back my entire resolution?

Become — change the pattern

+
Merge conflicts repeatedly cost us hours during release merges, especially around shared modules…

Conflicts keep taking hours to untangle on release days.

Merge conflicts repeatedly cost us hours during release merges, especially around shared modules and migrations. Where are we going wrong in our branching or commit habits, and what one process change would reduce the frequency and pain of these conflicts across the team?

Next to this one

Other code editor work people do in Visual Studio Code.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.