Yusufali2004/rift-ai-devops-agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app for an autonomous CI/CD healing agent called RIFT.
I want a dashboard where I can paste a GitHub repository and start a repair run. The backend should clone the repo, create a working branch, run the tests in a safe isolated way, read the errors, and try to fix the code automatically using Gemini. If it makes a fix, it should commit it with a clear AI agent message, rerun the tests, and keep going for a few rounds until the repo is healthy or it hits the limit.
The frontend should feel like a clean modern control panel with a live status view, progress updates, error logs, and results for each attempt. Make it easy to see what failed, what changed, and whether the fix worked.
Use a React based frontend and a Python API backend, and set it up so I can run it locally with an example env file. If anything is unclear, check the latest docs online and make sensible choices.
Are you gonna build this?
make sure you review the code using coderabbit