#Review
11 entries
Prompt to Refactor a React Component Safely
Structured AI agent prompt to refactor a complex React component with a read-audit-refactor-verify loop that prevents regressions.
Checklist for Reviewing AI-Generated API Routes
A human review checklist for REST and RPC API routes written by AI coding agents — authentication, input validation, rate limiting, and error handling.
Checklist for Reviewing AI-Generated Auth Code
A human review checklist for authentication code written by AI coding agents — sessions, JWTs, OAuth flows, and authorization logic for web apps.
Checklist for Reviewing AI-Generated Cloudflare Workers
A human review checklist for Cloudflare Workers code written by AI coding agents — runtime limits, KV, D1, bindings, and security at the edge.
Checklist for Reviewing AI-Generated GitHub Actions
A human review checklist for GitHub Actions workflows written by AI coding agents — secret exposure, supply chain attacks, permissions, and deployment safety.
Checklist for Reviewing AI-Generated Next.js Code
A human review checklist for Next.js code written by AI coding agents — App Router, Server Components, data fetching, and deployment correctness.
Checklist for Reviewing AI-Generated Prisma Migrations
A human review checklist for Prisma schema changes and migrations written by AI coding agents — data loss, locking, and irreversible operations.
Checklist for Reviewing AI-Generated SEO Pages
A human review checklist for SEO-targeted pages written by AI coding agents — metadata, structured data, canonical URLs, and Core Web Vitals for Astro and Next.js.
Checklist for Reviewing AI-Generated SQL Queries
A human review checklist for SQL written by AI coding agents — correctness, injection, performance, and migrations.
Checklist for Reviewing AI-Generated Stripe Code
A human review checklist for Stripe integration code written by AI coding agents — webhook security, idempotency, race conditions, and payment flows.
Checklist for Reviewing AI-Generated Tailwind UI
A human review checklist for Tailwind CSS UI components written by AI coding agents — accessibility, responsiveness, dark mode, and purge safety.