Compare two branches

Compare two branches in GitHub — 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 must compare branch feature/session-cache against main to prepare the merge. Show the file diffs…
I must compare branch feature/session-cache against main to prepare the merge. Show the file diffs between feature/session-cache and main, list the files added, modified, or deleted, and identify any conflicts that will occur on merge. Also produce a short summary of functional changes to session handling.

Improve — make it easier to accept

+
Before I open the PR to merge feature/session-cache into main, make the comparison easy to approve:…
Before I open the PR to merge feature/session-cache into main, make the comparison easy to approve: surface the diffs that affect public session APIs up front, summarize behavioral changes and performance impacts, flag any changes that touch auth or persistence layers, and list potential merge conflicts with recent main commits.

Decide — diagnose the stuck moment

+
CI went green for feature/session-cache compared to main, but the security reviewer suspects a…

The CI passed but reviewers fear a subtle session regression

CI went green for feature/session-cache compared to main, but the security reviewer suspects a session regression in edge cases. I don’t know which tests would catch it. Which targeted tests or manual checks should I run against the diff to reassure reviewers, and who on the team should sign off last before I merge?

Become — change the pattern

+
Our team regularly merges feature branches that pass CI but cause user-facing regressions. Where…

We keep merging branches that later cause regressions

Our team regularly merges feature branches that pass CI but cause user-facing regressions. Where are we failing — test coverage, review depth, or merge timing — and what repeated habit change will reduce regressions the most? Recommend a single gating rule we can adopt this month and how to enforce it without blocking small fixes.

Next to this one

Other code hosting work people do in GitHub.

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.