Build BI dashboard specs from natural language, CSV headers, JSON metrics, or KPI lists. Outputs dashboard plans, SQL query templates, chart definitions, Apache Superset-compatible chart JSON snippets, KPI dictionaries, and dashboard QA reports.
Create a dashboard plan with KPIs, charts, filters, and layout.
bash scripts/script.sh generate --goal "sales dashboard" --metrics "revenue,orders,aov" --dimensions "date,region,channel"
Create a single chart spec for bar, line, pie, table, metric, or time-series visualization.
bash scripts/script.sh chart --type line --metric revenue --dimension date --title "Revenue Trend"
Generate SQL templates for chart datasets and KPI cards.
bash scripts/script.sh sql --table orders --metrics "revenue,orders" --dimensions "date,region"
Export Apache Superset chart JSON snippets from a chart spec.
bash scripts/script.sh superset --type bar --metric revenue --dimension region --datasource "orders"
Create KPI formulas, target hints, and owner notes for a BI dashboard.
bash scripts/script.sh kpi --metrics "revenue,orders,aov,conversion_rate" --dimensions "date,channel"
Create a dataset contract with columns, grain, freshness, and quality checks.
bash scripts/script.sh dataset --table orders --metrics "revenue,orders" --dimensions "date,channel,region"
Audit a dashboard plan for business clarity, chart fit, and missing data definitions.
bash scripts/script.sh qa --goal "ecommerce growth dashboard" --metrics "revenue,orders,aov" --dimensions "date,channel"
Check a dashboard spec for missing metrics, dimensions, filters, and chart titles.
bash scripts/script.sh validate dashboard.json
Print a demo e-commerce BI dashboard with SQL and chart JSON.
bash scripts/script.sh demo
--goal "growth dashboard"--metrics "revenue,orders,conversion_rate"--dimensions "date,region,channel"| Variable | Required | Description |
|---|---|---|
| ---------- | ---------- | ------------- |
| None | No | Runs with bash and standard Unix tools only |
Use generic names for slugs and assets. Apache Superset output is supported as an export format, but this skill is a general BI dashboard builder.
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
共 1 个版本