What problem does it solve? Database issues like N+1 queries, missing indexes, unsafe migrations, and exposed credentials often go undetected until they cause production incidents. This Skill systematically audits database interactions from code patterns through schema design to live query plans, producing a scored report with fixes ranked by impact and effort. ## Core Features & Use Cases - 70+ checks across 13 dimensions (DB1-DB13): Covers query patterns, indexes, schema design, connections, transactions, migrations, caching, ORM anti-patterns, observability, data lifecycle, DB security, and migration deployment safety. - ORM-aware analysis: Works with Prisma, TypeORM, Drizzle, Sequelize, Knex, Django ORM, SQLAlchemy, and raw SQL, with dedicated tooling like Prisma schema analysis and EXPLAIN query simulation. - Optional live analysis: Connect to PostgreSQL or MySQL in read-only mode for EXPLAIN plans and statistics. - Use Case: Before a release, run a full audit on your project to catch destructive migration operations, unbounded queries, and PII columns lacking protection, then receive a prioritized remediation report. ## Quick Start Ask the AI to run a full database audit on the current project with zuvo:db-audit, or scope it with a path, --schema, --queries, --connections, or --live <connection> flag.