What problem does it solve? When a SQL database in Fabric runs slowly, blocks sessions, or regresses unexpectedly, finding the root cause requires deep diagnostic queries against Query Store, DMVs, and resource stats that are hard to write and interpret from scratch. ## Core Features & Use Cases - Performance Investigation: Identify top resource-consuming, volatile, and recently regressed queries using Query Store and sys.dm_db_resource_stats, with wait-category root cause analysis. - Blocking Diagnostics: Detect live blocking chains and head blockers, or capture intermittent blocking with a database-scoped Extended Events session that is cleaned up afterward. - Index and Statistics Health: Check auto-tuning recommendations first, then rank DMV missing-index suggestions and detect stale statistics before proposing DDL. - Use Case: A user reports intermittent slowness; the skill runs volatile query detection (CV% analysis), follows the wait-category decision tree, and pinpoints plan instability or blocking as the cause. ## Quick Start Ask the AI to diagnose why your SQL database in Fabric is slow using the sqldb-operations-cli skill against the OLTP endpoint.