feat: add monte-carlo data observability skills#481
Merged
sickn33 merged 5 commits intosickn33:mainfrom Apr 9, 2026
Merged
Conversation
Add 4 data observability skills from monte-carlo-data/mc-agent-toolkit: - monte-carlo-prevent: table health, alerts, lineage before SQL/dbt edits - monte-carlo-monitor-creation: monitor creation via MCP tools - monte-carlo-push-ingestion: push ingestion API guide - monte-carlo-validation-notebook: SQL validation notebooks for dbt PRs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy the actual SKILL.md content from monte-carlo-data/mc-agent-toolkit instead of rewritten summaries. Only the frontmatter is changed to match the antigravity template format. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bbdc1849e6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Addresses Codex review feedback — copies supporting files from monte-carlo-data/mc-agent-toolkit that the SKILL.md files reference: - prevent: references/workflows.md, parameters.md, TROUBLESHOOTING.md - monitor-creation: references/ (5 monitor type docs) - push-ingestion: references/ (8 docs) + scripts/templates/ (6 warehouses) - validation-notebook: scripts/ (2 helper scripts) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
${CLAUDE_PLUGIN_ROOT}/skills/generate-validation-notebook/scripts/ →
${CLAUDE_PLUGIN_ROOT}/skills/monte-carlo-validation-notebook/scripts/
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add 4 Monte Carlo data observability skills adapted from monte-carlo-data/mc-agent-toolkit:
monte-carlo-prevent: surfaces table health, alerts, lineage, and blast radius before SQL/dbt editsmonte-carlo-monitor-creation: guides creation of Monte Carlo monitors via MCP tools, producing monitors-as-code YAMLmonte-carlo-push-ingestion: expert guide for pushing metadata, lineage, and query logs to Monte Carlo from any warehousemonte-carlo-validation-notebook: generates SQL validation notebooks for dbt PR changes with before/after comparison queriesAll skills require the Monte Carlo MCP Server.
Change Classification
Issue Link (Optional)
Quality Bar Checklist ✅
All applicable items must be checked before merging.
docs/contributors/quality-bar.mdanddocs/contributors/security-guardrails.md.SKILL.mdfrontmatter is valid (checked withnpm run validate).risk:tag (none,safe,critical,offensive, orunknownfor legacy/unclassified content).SKILL.mdcommand guidance, remote/network examples, or token-like strings, I rannpm run security:docs(or equivalent hardening check) and addressed any findings.SKILL.md, I checked theskill-reviewGitHub Actions result and addressed any actionable feedback.SKILL.mdor risky guidance, I manually reviewed the logic, safety, failure modes, andrisk:label instead of relying on automated checks alone.npm run validate:referencesif my change affected docs, workflows, or infrastructure.CATALOG.md,skills_index.json,data/*.json) in this PR.README.md(if applicable).Testing
npm run validate— passes (1396 skills)npm run security:docs— passes