home/categories/nosql-databases/vilnacrm-org-core-service-claude-skills-query-performance-analysis-skill-md
nosql-databasesdatabases
query-performance-analysis
Detect N+1 queries, analyze slow queries with EXPLAIN, identify missing indexes, and ensure safe online index migrations. Use when optimizing query performance, preventing performance regressions, or debugging slow endpoints. Complements database-migrations skill which covers index creation syntax.
maintainer
VilnaCRM-Org
Updated 12/30/2025
Stars
5
Forks
0
quick start
Installation and usage
Detect N+1 queries, analyze slow queries with EXPLAIN, identify missing indexes, and ensure safe online index migrations. Use when optimizing query performance, preventing performance regressions, or debugging slow endpoints. Complements database-migrations skill which covers index creation syntax.
Installation
$ install --globalskills.sh
Usage
Once installed, you can use this skill by running the following command in your terminal:
skills use query-performance-analysis