database-query-optimizer

Analyze slow SQL queries and recommend database indexes for optimization.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/cornmanwtf/ABANG-COLEK --skill database-query-optimizer-cornmanwtf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-query-optimizer
Source: https://github.com/cornmanwtf/ABANG-COLEK/tree/main/skills/maintenance-optimization/database-query-optimizer
Command: npx skills add https://github.com/cornmanwtf/ABANG-COLEK --skill database-query-optimizer-cornmanwtf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses performance bottlenecks caused by slow or inefficient database queries, providing actionable recommendations for optimization.

Core Features & Use Cases

  • Query Analysis: Identifies and analyzes slow-running SQL queries.
  • Index Recommendations: Suggests appropriate database indexes to improve query performance.
  • Use Case: A web application is experiencing slow load times due to database queries. This Skill can analyze the problematic queries and suggest new indexes to speed up data retrieval.

Quick Start

Use the database-query-optimizer skill to analyze slow queries and provide index recommendations for the production database.

Frequently Asked Questions about database-query-optimizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize slow SQL queries in my web application?

To optimize slow SQL queries, you analyze the problematic statements and apply appropriate database indexes. This process identifies performance bottlenecks in data retrieval and provides actionable recommendations to improve query speed.

What is database query optimization and when do I need it?

Database query optimization is the process of analyzing slow-running SQL queries to improve performance. You need it when a web application experiences slow load times caused by inefficient database queries and requires new indexes to speed up data retrieval.

How do I get index recommendations for database performance tuning?

To get index recommendations for database performance tuning, you analyze slow-running SQL queries within your current system context. This assessment of your architecture and constraints yields actionable suggestions for appropriate database indexes.

Do I need to provide system context for SQL query analysis?

Yes, SQL query analysis requires access to system context including repositories, infrastructure, and environments. This access is necessary to accurately assess your current architecture and constraints before providing index recommendations for performance optimization.

What is the best way to fix performance bottlenecks from slow database queries?

The best way to fix performance bottlenecks from slow database queries is to analyze the problematic SQL statements and implement suggested indexes. This targets the root cause of slow data retrieval and provides specific recommendations for your production database.