.agents/skills/deep-review/references/dimensions/performance.md
Will this change be slow, leak, or block — at production data volume, not dev-fixture volume? Database migrations are checked here too (both locking behavior and idempotency: the review target is the migration file, so the rules live together).
Promise.all, blocking work added to startup/entry pathsCONCURRENTLY index creation on a large table, table rewrites (ALTER COLUMN TYPE), NOT NULL on existing columns without a prior validated constraintIF NOT EXISTS / IF EXISTS so a re-run cannot fail half-applied.agents/skills/db-migrations/SKILL.md — migration workflow, idempotency, regeneration rules.agents/skills/drizzle/SKILL.md — query patterns, index conventions.agents/skills/data-fetching-architecture/SKILL.md — where fetching/caching belongs when the diff adds client data flows