Code review prompts

Infrastructure code to review:
"""
[PASTE THE TERRAFORM, CLOUDFORMATION, PULUMI, OR KUBERNETES MANIFESTS. INCLUDE THE PLAN OUTPUT IF YOU HAVE IT.]
"""

Review the infrastructure code above as the person who will be paged when it breaks.

Environment: [PROD / STAGING / DEV] and what runs on it: [WORKLOAD]
What this change is meant to do: [

Infrastructure as Code Review

Review Terraform, CloudFormation, or Kubernetes manifests for blast radius, security defaults, state risk, and what the plan will really do.

Codingadvanced
Review the code changes below as a senior engineer who will be paged if this breaks in production.

For each finding, report:
- **Severity**: blocker / major / minor
- **Claim**: one sentence stating the defect
- **Failure scenario**: the concrete input or state that triggers it and what goes wrong
- **Fix**: the smallest change that reso

Code Review

Review a diff like a senior engineer: verified, severity-ranked findings with concrete failure scenarios, no style nitpicks.

Codingintermediate
Security-audit the code below. You are looking for exploitable vulnerabilities, not style issues: every finding needs an attack story.

Code (routes/handlers, auth logic, DB access, file handling: the attack surface):
"""
[PASTE CODE, or point an agent at the repo and name the entry points]
"""

Context: [STACK + WHERE THIS RUNS, e.g. "Ex

OWASP Top 10 Security Audit

Audit code for the OWASP Top 10 with exploitability-ranked findings: concrete attack scenario, affected lines, and the minimal fix.

Codingadvanced
Audit this code for accessibility (WCAG 2.2 AA). Start with the failures that dominate real-world audits, and be honest about what a code review can't verify.

The code (components/templates/pages):
"""
[PASTE THE MARKUP/COMPONENTS, or point an agent at the views/components directories]
"""
What this UI does: [THE FLOWS: forms, navigation

Accessibility Audit

Audit code against WCAG 2.2 AA starting with the six violations that dominate the web: semantic HTML over ARIA, keyboard paths, honest coverage limits.

Codingintermediate

Search prompts

Find a prompt by title, description, tag, or category.