What problem does it solve?
Provides a systematic, senior-level approach to interact with relational databases so users can explore schemas, run safe analytic queries, detect data quality issues, measure KPIs, and get actionable business insights without manually crafting and running dozens of ad-hoc SQL queries.
Core Features & Use Cases
- Parallelized analysis: Run many independent read-only queries concurrently to speed up EDA, KPI collection, and health checks.
- Schema discovery & diagnostics: List databases and tables, describe table structures, surface index usage and schema anti-patterns, and suggest indexing or modeling improvements.
- Data quality & analytics: Produce completeness, uniqueness, validity, and freshness checks, statistical summaries, trend comparisons, cohort and funnel analyses, and executive-ready dashboards.
- Operational safety: Enforces read-only defaults, query LIMITs, explicit confirmation for destructive actions, and adapts SQL to PostgreSQL/MySQL dialects.
- Use case: Audit the "sales" schema in production to get table sizes, top data quality issues, monthly revenue trends, key KPIs, and prioritized remediation recommendations.
Quick Start
Ask the skill to explore the "sales" table on the production connection and return an executive summary with KPIs, trends, top data quality issues, and suggested next queries.