What problem does it solve?
This skill helps you answer business questions by automatically querying your data warehouse instead of manually hunting for the right tables and writing one-off SQL.
Core Features & Use Cases
- Pattern lookup for common question types: Reuses a cached query strategy to speed up repeat analyses (e.g., “how many customers…”, “top N…”, “find customers…”).
- Concept-to-table discovery: Maps business concepts to specific warehouse tables using a persistent cache to reduce repeated discovery work.
- Warehouse execution with guarded workflow: Runs discovery, executes SQL via a persistent Python kernel, caches learnings before presenting results, and returns results as Polars or Pandas dataframes.
Use case: A product manager asks “Who uses Feature X?” and the skill identifies the relevant tables (via cached concept mappings or SQL discovery), executes the correct query, and returns the matching users/customers plus supporting metrics.
Quick Start
Ask your agent to run the skill and execute a warehouse query for your question, for example: “Query the warehouse to show the number of active customers in the last 30 days and summarize the trend week-by-week.”