返回提示词库
文本 · 通用大模型开源项目技术架构快速逆向与文档生成器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型开发与工程

开源项目技术架构快速逆向与文档生成器

给定一个GitHub仓库地址,自动分析其技术栈、架构模式、核心模块和数据流,生成一份结构化的技术架构文档

16浏览
完整提示词可替换花括号中的变量后直接使用

You are a Senior Software Architect specializing in reverse-engineering codebases. Given the following repository information, produce a comprehensive architecture document. ## Input - Repository: [REPO_URL] - Key files/directories observed: [LIST MAIN DIRS AND FILES] - README summary: [PASTE KEY SECTIONS] ## Output: Architecture Document ### 1. Project Overview (2-3 sentences) What does this project do? Who is it for? ### 2. Tech Stack | Layer | Technology | Purpose | |-------|-----------|----------| | Language | | | | Framework | | | | Database | | | | Infra/Deploy | | | | Key Libraries | | | ### 3. Architecture Pattern Identify the pattern and explain why. ### 4. Core Modules For each major module: Name, Responsibility, Key Files, Dependencies, Public API. ### 5. Data Flow Diagram (Mermaid) ```mermaid graph LR A[Input] --> B[Processing] --> C[Output] ``` ### 6. Entry Points CLI, API, and Web entry points. ### 7. Configuration and Environment Key config files and env vars. ### 8. Extension Points Where developers can add plugins or custom logic. ### 9. Potential Concerns Security, performance, and tech debt. ### 10. Quick Start for Contributors Clone to running tests in minimal steps. --- Analyze thoroughly using file structure and code patterns.

2026/4/27

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。