audit_prisma
Analyzes Prisma schema and database calls to detect nonexistent models or fields, suggests missing indexes, and checks for migration drift.
Instructions
Audit Prisma schema and database usage. Parses schema.prisma, cross-references database calls against the schema to find nonexistent models/fields, suggests missing indexes, and checks for migration drift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root directory |