Reverse engineered prompt

GitHub

Build me a simple web app for an autonomous DevOps agent. I want to paste in a GitHub repo URL, my team name, and leader name, with an optional GitHub token, then click a button and let it do the rest.

The app should clone the repo, look for common code problems like lint issues, syntax mistakes, type problems, import errors, and bad indentation, then try AI generated fixes automatically. After that, it should push the changes to a new branch and give me the branch link. It should also run a basic CI and CD style validation loop so I can see whether the fixes passed.

I also want a live dashboard that updates while it works. Show progress, bugs found, fixes applied, time taken, final status, and a score based on speed and number of fixes. Please include a health check endpoint and one main analyze endpoint. Use a Python backend and a React based frontend that can be deployed on Vercel. Look up current docs online if you need to.

Have a live product UI? Try website reverse