prisma-migration-reviewer

Installation
SKILL.md

Prisma Migration Reviewer

Before generating any output, read config/defaults.md and adapt all patterns, imports, and code examples to the user's configured stack.

Process

  1. Read the migration.sql file (typically at prisma/migrations/<timestamp>_<name>/migration.sql).
  2. Parse each SQL statement and classify it by risk level.
  3. Identify data loss risks, breaking changes, performance concerns, and missing safeguards.
  4. Suggest safer alternatives for dangerous operations.
  5. Produce a risk report with actionable recommendations.

Risk Classification

CRITICAL — Data Loss Risk

These operations destroy data. Block deployment until reviewed.

Related skills
Installs
2
GitHub Stars
3
First Seen
Feb 25, 2026