monte-carlo-prevent

仓库创建 2026年2月26日最近提交 23 小时前SkillHot 收录 20 天前
▸ 精选理由

减少变更引入问题的风险,适合 CI/开发流程。

▸ 风险提示

会执行/生成验证查询,需数据库访问权限。

这个 Skill 做什么

在编辑 dbt/SQL 前运行影响评估并生成验证查询。

在修改 dbt/SQL 模型前先做变更影响评估,找出受影响的表、下游依赖和活跃告警,并生成用于校验的 SQL 查询。改 model 或部署 SQL 改动前用,能把潜在风险提前暴露在编辑器里。特色是把 Monte Carlo 的可观测上下文带进开发流程,输出 monitors‑as‑code 和自动化验证,降低上线事故。

▸ 展开 SKILL.md 英文原文

Shift-left safety net for dbt/SQL model edits. Runs change impact assessment before edits, generates SQL validation queries after, and executes them via `/mc-validate run`. Delegates health and monitor creation to peer skills.

数据与抓取变更评估dbtSQL校验Claude Code
90
Stars
7
Forks
20
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/prevent/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/prevent/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Monte Carlo Prevent Skill

This skill brings Monte Carlo's data observability context directly into your editor. When you're modifying a dbt model or SQL pipeline, use it to surface table health, lineage, active alerts, and to generate monitors-as-code without leaving Claude Code.

> **Monte Carlo tool routing (required):** Always call Monte Carlo MCP tools through this plugin's
> bundled server, whose fully-qualified tool names are
> `mcp__plugin_mc-agent-toolkit_monte-carlo-mcp__<tool>` (e.g.
> `mcp__plugin_mc-agent-toolkit_monte-carlo-mcp__get_alerts`). Bare tool names used in this skill
> (`get_alerts`, `search`, `get_table`, …) refer to that bundled server. If the session also has a
>
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有