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
Atualizado 12/23/2025
Estrelas
0
Forks
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.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use detect-n-plus-one