debugging-orm-queries

Converts ORM calls to raw SQL and analyzes query performance. Detects N+1 queries, missing indexes, and other anti-patterns. Use when debugging slow queries, tracing ORM-generated SQL, or optimizing database performance for Sequelize, Prisma, TypeORM (Node.js), GORM, sqlc, sqlx, ent (Go), or SQLAlchemy, Django ORM, Peewee (Python).

$ Installieren

git clone https://github.com/galihcitta/dotclaudeskills /tmp/dotclaudeskills && cp -r /tmp/dotclaudeskills/skills/debugging-orm-queries ~/.claude/skills/dotclaudeskills

// tip: Run this command in your terminal to install the skill