Production Readiness Review

A pre-ship review of security, error handling, scale, and observability — no style nitpicks.

Advanced1 min read

Customize

Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.

Your prompt

3 placeholders left
Review this code for production readiness:

{{code}}

Context: this is {{what_it_does}} in a {{application_type}}.

Check for:
- Security vulnerabilities (injection, XSS, auth bypass, data exposure)
- Error handling gaps (what happens when things fail?)
- Edge cases that could cause crashes or data corruption
- Performance issues at scale
- Logging and observability (can we debug this in production?)
- Code maintainability (will someone understand this in 6 months?)

Rate each issue as critical/warning/suggestion. Don't flag style preferences — only things that could cause real problems.

Similar 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.

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.