home/categories/debugging/anortham-miller-claude-skills-detect-n-plus-one-skill-md
debuggingtools

detect-n-plus-one

Detect N+1 query patterns in the codebase. Finds loops that contain database or API calls that should be batched. Works across all languages. Use when user asks to find performance issues or N+1 patterns.

anortham
maintainer
anortham
更新日 12/23/2025
スター
0
フォーク
1
quick start

Installation and usage

Detect N+1 query patterns in the codebase. Finds loops that contain database or API calls that should be batched. Works across all languages. Use when user asks to find performance issues or N+1 patterns.

インストール
$ install --globalskills.sh
使い方

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

skills use detect-n-plus-one