What problem does it solve?
This Skill helps you make safe, measurable MySQL and InnoDB changes by turning schema, index, query, transaction, and operational decisions into clear, evidence-based guidance.
Core Features & Use Cases
- Schema design: Choose durable primary keys, data types, character sets, JSON patterns, and partitioning strategies.
- Query and index tuning: Analyze EXPLAIN plans, fix non-sargable queries, design composite and covering indexes, and reduce N+1 patterns.
- Concurrency and operations: Diagnose deadlocks, manage isolation levels, plan online DDL, handle replication lag, and control connection usage.
- Use case: A developer preparing a migration can use this Skill to confirm the least risky ALTER strategy, validate index impact, and prepare rollback steps before touching production data.
Quick Start
Ask for a MySQL schema, query, or migration review with the table definitions, workload details, and any EXPLAIN output you already have.