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