About
This skill automates the diagnosis of database performance issues by parsing slow query logs from AWS RDS, MySQL, and PostgreSQL. It groups query patterns, calculates impact scores based on execution frequency and duration, and provides specific recommendations for SQL rewrites and index creation. By interpreting execution plans like EXPLAIN and ANALYZE, it helps developers transition from resource-heavy full table scans to efficient index-based lookups, significantly reducing database load and improving response times.