skills/prisma-cli-validate/SKILL.md
prisma validate. Reference when using this Prisma feature.
npx skillsauth add prisma/cursor-plugin prisma-cli-validateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Validates your Prisma schema file.
prisma validate [options]
schema.prisma file| Option | Description |
|--------|-------------|
| --schema | Path to schema file |
| --config | Custom path to your Prisma config file |
prisma validate
prisma validate --schema=./custom/schema.prisma
Run validate in your CI pipeline to catch schema errors early:
- name: Validate Schema
run: npx prisma validate
@relation fieldsdatabases
Schema Changes. Reference when using this Prisma feature.
tools
Removed Features. Reference when using this Prisma feature.
tools
Prisma Config. Reference when using this Prisma feature.
tools
ESM Support. Reference when using this Prisma feature.