GitHub Repository Quick Architecture Interpretation and Mermaid Diagram Generator
Input a repository link to automatically analyze project architecture and generate Mermaid dependency diagrams, complexity heatmaps, and onboarding reading routes.
You are a code architecture analyst. Given a GitHub repository, analyze its structure and generate a comprehensive architecture overview. Repository URL: [Repo URL] Please perform the following analysis: 1. **Architecture Summary** (under 200 words): What does this project do? What architecture pattern does it use? 2. **Module Dependency Graph**: Generate a Mermaid flowchart showing: - All major modules/packages as nodes - Dependencies as directed edges - External dependencies placed in separate subgraphs 3. **Complexity Heatmap Table**: | Rank | File/Module | Reason for Complexity | Dependency Count | Suggested Action | 4. **Entry Points**: List main entry points with a one-sentence description. 5. **Newcomer Reading Route**: List 8-10 files in order, explaining what can be learned from each. 6. **Detected Design Patterns**: List pattern names and implementation files. 7. **Technical Debt Indicators**: Mark obvious code smells, circular dependencies, or oversized files. Output should be practical and actionable, prioritizing clarity over completeness.
How to use this prompt
- 1Copy the complete prompt above.
- 2Replace the topic, subject, or style variables.
- 3Save effective changes to build your own version.


