generate-validation-notebook
仓库创建 2026年2月26日最近提交 23 小时前SkillHot 收录 20 天前
▸ 精选理由
自动生成验证查询,便于审查和回归测试 dbt 变更。
▸ 风险提示
需访问 GitHub 仓库或本地代码,可能请求凭据
这个 Skill 做什么
根据 GitHub PR 或本地 dbt 仓库生成 dbt 变更的 SQL 验证 Notebook。
根据 GitHub PR 链接或本地 dbt 仓库路径,自动生成用于验证 dbt 变更的 SQL Notebook,包含针对改动的校验查询。适合在合并前做数据质量回归或在 CI 中运行验证时使用。生成的查询模版可直接执行,配合 Sonnet 可更快出结果。
▸ 展开 SKILL.md 英文原文
Generate SQL validation notebooks for dbt changes. Pass a GitHub PR URL or local dbt repo path.
90
Stars
7
Forks
20
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/generate-validation-notebook/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/generate-validation-notebook/SKILL.md"SKILL.MD 节选查看完整文件 ↗
> **Tip:** This skill works well with Sonnet. Run `/model sonnet` before invoking for faster generation. Generate a SQL Notebook with validation queries for dbt changes. **Arguments:** $ARGUMENTS Parse the arguments: - **Target** (required): first argument — a GitHub PR URL or local dbt repo path - **MC Base URL** (optional): `--mc-base-url <URL>` — defaults to `https://getmontecarlo.com` - **Models** (optional): `--models <model1,model2,...>` — comma-separated list of model filenames (without `.sql` extension) to generate queries for. Only these models will be included. By default, all changed models are included up to a maximum of 10. --- # Setup **Prerequisites:** - **`gh`** (GitHub
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有