home/categories/debugging/meriley-claude-code-skills-skills-n-plus-one-detection-skill-md
debuggingtools

n-plus-one-detection

Detects N+1 query problems in GraphQL resolvers and TypeScript code. Checks for missing DataLoader usage, sequential database queries in loops, and resolver batching opportunities. Use before committing GraphQL resolvers or during performance reviews.

meriley
maintainer
meriley
Обновлено 1/18/2026
Звёзды
0
Форки
0
quick start

Installation and usage

Detects N+1 query problems in GraphQL resolvers and TypeScript code. Checks for missing DataLoader usage, sequential database queries in loops, and resolver batching opportunities. Use before committing GraphQL resolvers or during performance reviews.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use n-plus-one-detection