imluffy000/ai-pr-reviewer — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple AI pull request reviewer app using the existing project as the starting point.

I want to open a small web page, enter a GitHub pull request link or paste a diff, and have the app review it like a careful teammate. It should summarize what changed, point out possible bugs, risky code, missing tests, confusing logic, and suggest clearer comments or improvements. Keep the tone helpful, not harsh.

Please make the frontend easy to use, with a form, loading state, and a clean results view grouped by summary, issues, and suggestions. The backend should handle the review request, call an AI model through an environment variable API key, and return structured results. If GitHub access needs a token, support that with environment variables too, but don’t make setup complicated.

Add basic error handling, a simple run command, and a couple of tests for the review flow. Look up current docs online if you need to.

Want more depth? Deep Reverse