What problem does it solve?
This Skill removes the friction of ad-hoc ClickHouse data analysis, eliminating the need for users to manually write complex SQL, resolve ambiguous metric definitions, or interpret raw query results for business questions about metrics, funnels, trends, user behavior, and revenue.
Core Features & Use Cases
- Elicitation-first workflow: Automatically clarifies underspecified data requests to pin down exact metric definitions, populations, time windows, and filters before querying, avoiding misleading results from ambiguous assumptions.
- Safe ClickHouse integration: Executes bounded, optimized SQL via the official clickhousectl CLI for local or ClickHouse Cloud instances, with built-in schema discovery, query safety guardrails, and secure credential handling.
- End-to-end analysis delivery: Turns raw query results into report-ready findings, visualizations, and exportable artifacts (CSVs, charts) with full context on definitions, caveats, and reproduction steps.
Use case example: A product manager asking for last month's feature adoption rates can get a clarified request, correctly calculated metric, bar chart visualization, and CSV export without writing any SQL.
Quick Start
Use the data-analyst skill to show me the 7-day retention rate for users who signed up in the last 14 days, broken down by signup platform, and export the results as a CSV.