Restore an archived repository

Restore an archived repository 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

+
Restore the archived analytics-service repo and make it writable for the data team. Verify there…
Restore the archived analytics-service repo and make it writable for the data team. Verify there are no conflicting branch names, re-enable the CI and deployment keys, restore the team’s write permissions, and tell the data team to run a quick smoke test by Tuesday so we can confirm nothing broke during archiving.

Improve — make it easier to accept

+
Before I restore analytics-service, make acceptance easy for the data team — surface any commits…
Before I restore analytics-service, make acceptance easy for the data team — surface any commits made to forks during the archive, list branch names that will reappear, show configuration changes they’ll need to re-enable (CI, secrets, deploy keys), and flag anything that could cause the first push to fail so they aren’t surprised.

Decide — diagnose the stuck moment

+
I just restored analytics-service from archive and the first CI run failed because an old deploy…

I restored the repo and a legacy secret wasn’t set so CI fails.

I just restored analytics-service from archive and the first CI run failed because an old deploy secret is missing. I can’t tell if that secret was intentionally rotated while archived or accidentally deleted. What is the most likely diagnosis and what immediate steps should I take so the data team can get a green build without exposing credentials?

Become — change the pattern

+
We keep restoring repos only to discover missing deploy keys and rotated secrets that break CI. How…

Restores often break CI because secrets or keys were removed while archived.

We keep restoring repos only to discover missing deploy keys and rotated secrets that break CI. How should we change our archiving and restoration habits so restores include a checklist of secrets, deploy keys, and CI credentials, and what processes will stop us from scrambling to recreate credentials under pressure?

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.