Inspect repository configuration

Inspect repository configuration in Git — 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 need to verify repository configuration that affects merges and hooks. Show the current…
I need to verify repository configuration that affects merges and hooks. Show the current repository-level and local user configuration for my project, including core.autocrlf, receive.denyCurrentBranch, and the hooksPath setting. List the values and note any that deviate from our team standards. Ladder":"L1"

Improve — make it easier to accept

+
Before I hand this to the release lead, make the configuration easy to audit. Summarize which…
Before I hand this to the release lead, make the configuration easy to audit. Summarize which config keys affect developer experience, surface anything that could break cross-platform commits (autocrlf, safecrlf), and flag any global config that would override repo behavior. Provide a one-paragraph recommendation for each finding. Ladder":"L2"

Decide — diagnose the stuck moment

+
I pulled the repo config and hooksPath points to /opt/shared/hooks, and I am unsure if that is…

I found an unexpected hooksPath value

I pulled the repo config and hooksPath points to /opt/shared/hooks, and I am unsure if that is intentional. I fear local hook behavior will differ between machines and I cannot tell whether the shared path is available to everyone or a leftover from an old CI. What is the likely consequence and the best immediate check to confirm if developers will see those hooks? Ladder":"L5"

Become — change the pattern

+
We keep getting subtle failures because some clones inherit different core settings and hooks…

Repo configs repeatedly diverge across clones

We keep getting subtle failures because some clones inherit different core settings and hooks references. The pattern over many incidents is ad-hoc fixes pushed as global config changes on individual machines. Recommend one change to how we store and enforce repository configuration and one onboarding habit that will prevent this drift. Ladder":"L6"

Next to this one

Other version control work people do in Git.

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.