rohithgowda18/ImpactX ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app that helps me understand what might break when I change code in a GitHub repository.
I want to paste in a repo or point it at one, then have it scan the code, build a dependency graph, and analyze a git diff so it can show which files, functions, or modules are most likely affected. It should give me a clear risk level, a confidence score, and a simple explanation of why something might break, plus a few suggested tests to run.
I also want a dashboard where I can see the impact results and an interactive view of the dependency graph. Make the backend expose simple API endpoints for health, analysis, graph generation, impact prediction, and AI suggestions, and make the frontend talk to it cleanly.
Use the current docs online if you need to. Keep it polished, easy to run locally, and make the experience feel like a helpful code review assistant.
Are you gonna build this?
make sure you review the code using coderabbit