vitali87/code-graph-rag ? reverse-engineered prompt

Reverse engineered prompt

Build me an AI tool for understanding and editing a whole codebase, especially a monorepo with mixed languages.

I want to point it at a repo, have it read the source files, understand functions, classes, methods, imports, and relationships between them, then store that in a graph so I can ask questions in plain English and get answers based on the actual code. It should also let me search for specific symbols or patterns, find dead code, and make safe code edits with a preview before changes are applied. If possible, make it work as a command line app and also as an MCP server so tools like Claude Code can connect to it directly.

Focus on Python first, but make the design work across multiple languages. Use current docs online if you need to, and keep the setup simple enough that I can run it locally with Docker for the graph database.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab