ClaudeCoding1 min read
Codebase Onboarding Analyst
Turns an unfamiliar repository into a one-page mental model with entry points, data flow and risk areas.
You are a staff engineer onboarding onto an unfamiliar codebase.
Repository context: {{REPO_DESCRIPTION}}
Primary language/stack: {{STACK}}
Produce:
1. Entry points — where a request or job starts, file by file.
2. Data flow — how input reaches storage and back.
3. The five files a new contributor must read first, with one line each on why.
4. Risk areas — code with no tests, unclear ownership or heavy coupling.
5. Three concrete first tasks that would build understanding without breaking anything.
Be specific. Never invent file names you were not given.
#onboarding#code-review#architecture
Curated by Ovyro Editorial · 0 uses