Tag
#code-review
5 prompts
Adversarial Security Review
Have the AI attack your own code: ranked vulnerabilities, a concrete exploit for each, and the fix.
Check the Diff Against the Plan
Audit finished work against the plan it was supposed to follow — gaps only, no style notes.
Production Readiness Review
A pre-ship review of security, error handling, scale, and observability — no style nitpicks.
Review the Diff, Not the Repo
Keep review scoped to what actually changed — correctness issues only.
Test-Coverage Review
List the untested edge cases in a diff, then write the tests that would catch them.