ORM review reference
CommunityCatch ORM correctness and performance traps early
Authormattnowdev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents common ORM mistakes that cause silent data corruption, insecure SQL, and performance regressions during PRs, especially across Prisma, MikroORM, TypeORM, and Drizzle.
Core Features & Use Cases
- Evidence-first anti-pattern detection: Targets specific ORM smells like N+1 from conditional includes, unsafe raw SQL, and soft-delete bypasses so reviewers can act on concrete issues.
- Transaction correctness guidance: Flags patterns that accidentally run outside a transaction, such as capturing the outer Prisma client or using Drizzle helpers that close over module-scoped db.
- Framework-specific ORM safety rules: Covers Prisma 6 breaking changes (Bytes → Uint8Array) and MikroORM identity-map lifecycle issues that can leak memory across requests.
Quick Start
Use the ORM review reference to check a PR that touches Prisma or MikroORM data access and request the reviewer to flag N+1, unsafe raw queries, and transaction boundary mistakes.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ORM review reference Download link: https://github.com/mattnowdev/super-review/archive/main.zip#orm-review-reference Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.