Prisma Schema Design Review
Get a senior-style review of a proposed Prisma schema before you ship the migration.
The Prompt
Free accounts also get the weekly newsletter.
Convert a Prisma Schema Into a Query Performance Risk Report
Reads your Prisma schema and flags relations, missing indexes, and model shapes likely to produce slow queries at scale.
JSON Schema for an LLM Code Review Agent With Confidence
A strict JSON output contract for code review agents that separates findings, evidence, and confidence so a downstream pipeline can act on them.
Cursor: Build a Migration Plan Before Touching Schema
Forces Cursor to produce a reversible, staged database migration plan with rollback and dual-write checkpoints before any code change.
Extract Database Migration Risk Zones From Schema
Identify schema changes, data loss points, and production safety issues in migration files.