RehanIlyas-dev/CodePulse-AI ? reverse-engineered prompt

Reverse engineered prompt

Build me a web app where I can paste a code snippet, upload a ZIP, or give a GitHub repo link, and get back a fast AI powered code review.

I want it to first analyze the code structure quickly, then run a deeper review that gives simple scores for complexity, security, and maintainability, plus a list of issues and suggested fixes. It should also show a cleaned up refactored version of the code when possible. For longer jobs, show live progress so I can see when it is parsing, running the AI review, and done, and fall back to polling if needed.

Please include sign in with Google or GitHub, a private history page for saved scans, and a public mode for quick one off scans. Add basic protection like rate limiting, file size limits, and spam checks. If the same code or repo is scanned again, it should return the cached result quickly. If you need current docs for any APIs or libraries, look them up online first.