sql-optimization
Expert SQL performance optimization tool for query analysis, indexing strategy, and database-agnostic tuning.
Install
npx skills add https://github.com/github/awesome-copilot --skill sql-optimizationStats
| Total installs | 8,296 |
| Weekly installs | 8.3K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Covers query analysis, index strategy design, subquery optimization, and JOIN tuning with before/after examples for each technique
- Addresses common anti-patterns including SELECT *, function calls in WHERE clauses, inefficient pagination, and correlated subqueries
- Provides database-agnostic guidance on batch operations, temporary tables, covering indexes, and partial indexes
- Includes performance monitoring queries tailored to MySQL, PostgreSQL, and SQL Server for identifying slow queries and execution plan analysis
- Features a universal optimization checklist spanning query structure, indexing, schema design, and testing methodology
Tags
Related skills
| Skill | Installs | vs sql-optimization |
|---|---|---|
| nestjs-best-practices | 9,419 | +1,123 |
| dataverse-python-quickstart | 7,453 | -843 |
| obsidian-bases | 10,620 | +2,324 |
| convex-migration-helper | 8,543 | +247 |
| dataverse-python-usecase-builder | 7,430 | -866 |
FAQ
- How many installs does sql-optimization have?
- sql-optimization has 8,296 total installs and 8.3K installs this week.
- Where is sql-optimization hosted?
- sql-optimization is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does sql-optimization have?
- sql-optimization has 27.4K GitHub stars.
- When was sql-optimization first indexed?
- OrangeBot.AI first indexed sql-optimization on Feb 25, 2026.
- How do I install sql-optimization?
- Run: npx skills add https://github.com/github/awesome-copilot --skill sql-optimization