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
Mis à jour 12/23/2025
Étoiles
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.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use detect-n-plus-one