Add a CODEOWNERS file

Add a CODEOWNERS file 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 CODEOWNERS file that maps our core packages to their owners. Make @sanaa the owner of the…
Add a CODEOWNERS file that maps our core packages to their owners. Make @sanaa the owner of the auth package, @marco the owner of the database package, and @frontend-team the owner of the UI folder. Place the file in the repository root so PRs touching those paths request reviews from the right people.

Improve — make it easier to accept

+
Before I add CODEOWNERS, make approvals less noisy and more reliable. Assign owners to precise…
Before I add CODEOWNERS, make approvals less noisy and more reliable. Assign owners to precise paths so small docs edits don’t ping teams, prefer individual owners for fast response and a team alias for broad areas, and flag any path that currently lacks a clear owner. Note any owner who is on leave or overloaded so I can add a backup reviewer.

Decide — diagnose the stuck moment

+
A refactor touched many paths and every owner got a review request, so reviews stalled. I’m worried…

A large PR triggered the whole team in CODEOWNERS

A refactor touched many paths and every owner got a review request, so reviews stalled. I’m worried about review fatigue and missed coverage. I don’t know whether to pare back CODEOWNERS to individual subpaths or add a rule to suppress notifications for mass renames. Should I change the file now or handle this PR case-by-case? What minimizes noise without reducing accountability?

Become — change the pattern

+
We repeatedly get review storms where many owners are pinged for broad changes, and we also have…

CODEOWNERS keeps creating noisy review requests

We repeatedly get review storms where many owners are pinged for broad changes, and we also have gaps where nobody owns critical files. That slows merges and creates coverage blind spots. Which habit should I change first — more granular path rules, establishing backups for owners, or a policy to limit owner pings on big renames? Recommend one actionable step and how to roll it out across the teams.

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.