Edit repository settings

Edit repository settings 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

+
Change the repository's settings so branch protection requires passing CI and two reviewers on the…
Change the repository's settings so branch protection requires passing CI and two reviewers on the main branch, disallow force pushes, and enable required status checks named "build" and "tests". Notify the team in Slack and ask Priya in security to approve the new rule before it goes live on Friday.

Improve — make it easier to accept

+
Before I tighten repository settings, make it easy for the team to accept them: explain which CI…
Before I tighten repository settings, make it easy for the team to accept them: explain which CI checks will block merges, list who will be required reviewers, and highlight any developer workflows that will break (for example, hotfix force pushes). Suggest an exception policy for on-call emergencies and a rollback plan if the new checks flood the queue.

Decide — diagnose the stuck moment

+
I flipped on stricter branch protection to stop accidental overwrites, and now the on-call engineer…

I enabled branch protection and now a hotfix can't be force-pushed.

I flipped on stricter branch protection to stop accidental overwrites, and now the on-call engineer couldn't force-push an urgent hotfix at 03:00. I didn't coordinate with the team about the emergency path. I can't tell if we should revert the protection or add a documented exception. What's the best next move that balances safety with the need for emergency fixes?

Become — change the pattern

+
We tighten or loosen repository settings after each mishap: a week's calm then a configuration…

We toggle repository protections after every incident.

We tighten or loosen repository settings after each mishap: a week's calm then a configuration sprint after one mistake. This oscillation confuses contributors and costs engineering time. Where do we establish a stable rule or habit so settings reflect real risk and don't swing with panic?

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.