Create a PR template

Create a PR template 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

+
Add a pull request template that reviewers and integrators can use. The template must include a…
Add a pull request template that reviewers and integrators can use. The template must include a short summary, the linked issue number, testing steps, a checklist of CI and code review items, and a place to note any breaking changes. Put it in the repository so every new PR uses it by default.

Improve — make it easier to accept

+
Before I commit the PR template, surface the things that speed approval. Put the test instructions…
Before I commit the PR template, surface the things that speed approval. Put the test instructions at the top, call out the minimum reviewer count, and include a template checklist for security and performance considerations. Flag language that causes hesitation, such as unspecified migrations or undocumented public API changes, so authors will fix them before requesting review.

Decide — diagnose the stuck moment

+
Someone just opened a sizeable feature PR linking no issue and with no test steps. I’m torn between…

A contributor opened a big PR without tests

Someone just opened a sizeable feature PR linking no issue and with no test steps. I’m torn between requesting a rewrite and trying to triage it as-is. I don’t know how urgent the feature is to the author or whether they can split it. Should I ask for tests and a split plan now, or start a limited review to salvage parts? What preserves momentum and keeps the repo healthy?

Become — change the pattern

+
We keep wasting reviewers’ time on PRs that lack testing instructions, checklist items, or clear…

PRs keep arriving without clear testing steps

We keep wasting reviewers’ time on PRs that lack testing instructions, checklist items, or clear scope. That slows merges and frustrates reviewers. Which habit change would yield the biggest improvement — requiring a filled PR template before asking for review, training frequent contributors on expectations, or adding a pre-review bot to block missing items? Recommend one change and how to implement it with minimal friction.

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.