Registration requiredADVANCEDCoding
Strategic code review prompt
Review code not just for bugs, but for architectural decisions and tech debt.
40 views0 favorites
VerificationCritical Thinking
AI Models
gpt-5.2claudegemini
Prompt
Do a code review of this code: [code]. Don't stop at bugs. Evaluate: (1) Are architectural decisions justified? (2) Where is tech debt accumulating? (3) Will this code be understandable in 6 months? (4) What tests are missing? (5) If you had to maint...