Lehel721/Codebase-Intelligence-Project ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that can take a public GitHub repository link and answer questions about the code without cloning it locally.
I want to paste in a repo URL, have it pull the files from GitHub, understand the structure of the code, and then let me ask things like where a function is defined, how parts of the code connect, what files depend on each other, and which files look unusual or out of place. It should work well on Python projects and also handle JavaScript, TypeScript, Java, C, and C++ when possible.
Use local embeddings if you can, build some kind of code relationship graph, and make the answers grounded in the actual source with file citations so it does not just guess. A simple terminal app is fine for now, but if it makes sense, add a basic API so it could be wired into a simple web demo later. Look up current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit