What problem does it solve? Investigating slow queries and performance regressions in Microsoft Fabric Data Warehouse is difficult without a structured approach. This Skill provides ready-to-run, read-only T-SQL diagnostics against the built-in queryinsights views so you can pinpoint slow queries, resource pressure, cache behavior, and clustering opportunities from the CLI. ## Core Features & Use Cases - Performance Analysis: Find long-running queries, top CPU and storage consumers, user query patterns, and compare recent performance against a historical baseline. - Deep Diagnostics: Analyze SQL pool pressure windows, classify query cache warmth (cold vs warm runs), and generate cluster key recommendations with CTAS-based application steps. - Use Case: When a user reports "my warehouse is slower than last week", run the baseline comparison query to quantify the regression, then drill into pressure windows and the heaviest queries to identify the root cause and recommend clustering or caching fixes. ## Quick Start Ask the agent to find the slowest queries in your Fabric warehouse and it will connect via sqlcmd and run the queryinsights diagnostics.