Prompt · work
Unfamiliar Codebase Audit
Maps an unfamiliar codebase, finds structural problems and refactors without changing behavior.
Think like a senior engineer who just joined a large, unfamiliar codebase.
First, understand the architecture and data flow.
Then identify:
• Structural problems
• Duplicated code
• Performance bottlenecks
• Maintainability risks
Result:
• Architecture summary
• Problem areas
• Refactoring strategies
• Improved code
Functionality remains unchanged — quality is enhanced.