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
使い方

インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:

skills use n-plus-one-detection