answering-natural-language-questions-with-dbt
✓当用户询问需要查询数据的业务问题时使用(例如,“上个季度的总销售额是多少?”)。不适用于在开发过程中验证、测试或构建 dbt 模型。
SKILL.md
Answer data questions using the best available method: semantic layer first, then SQL modification, then model discovery, then manifest analysis. Always exhaust options before saying "cannot answer."
Use for: Business questions from users that need data answers
| 1 | Semantic layer active | Query metrics directly | listmetrics, getdimensions, querymetrics | | 2 | SL active but minor modifications needed (missing dimension, custom filter, case when, different aggregation) | Modify compiled SQL | getmetricscompiledsql, then executesql |
当用户询问需要查询数据的业务问题时使用(例如,“上个季度的总销售额是多少?”)。不适用于在开发过程中验证、测试或构建 dbt 模型。 来源:dbt-labs/dbt-agent-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/dbt-labs/dbt-agent-skills --skill answering-natural-language-questions-with-dbt- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 answering-natural-language-questions-with-dbt?
当用户询问需要查询数据的业务问题时使用(例如,“上个季度的总销售额是多少?”)。不适用于在开发过程中验证、测试或构建 dbt 模型。 来源:dbt-labs/dbt-agent-skills。
如何安装 answering-natural-language-questions-with-dbt?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dbt-labs/dbt-agent-skills --skill answering-natural-language-questions-with-dbt 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/dbt-labs/dbt-agent-skills