-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathllm_instructions.txt
More file actions
23 lines (12 loc) · 1.35 KB
/
llm_instructions.txt
File metadata and controls
23 lines (12 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Prompt: Analyze this repository to understand its structure, purpose, and functionality. Follow these steps to study the codebase:\n\n"
1. Read the README file to gain an overview of the project, its goals, and any setup instructions.
2. Examine the repository structure to understand how the files and directories are organized.
3. Identify the main entry point of the application (e.g., main.py, app.py, index.js) and start analyzing the code flow from there.
4. Study the dependencies and libraries used in the project to understand the external tools and frameworks being utilized.
5. Analyze the core functionality of the project by examining the key modules, classes, and functions.
6. Look for any configuration files (e.g., config.py, .env) to understand how the project is configured and what settings are available.
7. Investigate any tests or test directories to see how the project ensures code quality and handles different scenarios.
8. Review any documentation or inline comments to gather insights into the codebase and its intended behavior.
9. Identify any potential areas for improvement, optimization, or further exploration based on your analysis.
10. Provide a summary of your findings, including the project's purpose, key features, and any notable observations or recommendations.
Use the files and contents provided below to complete this analysis: