一键导入
ai-data-contract-guardian
Check schema drift, required columns, PII declaration, retention, and governance controls against a declared data contract.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check schema drift, required columns, PII declaration, retention, and governance controls against a declared data contract.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Designs dry-run experiments across query rewrites, indexes, workload twins, and rollout gates.
Produces a board-level briefing for closed-loop autonomous database operations.
Enforces closed-loop dry-run boundaries and blocks autonomous production apply.
Scores whether enough evidence exists to recommend, defer, or escalate an autonomous operator decision.
Compares do-nothing, dry-run-change, rollback, and defer scenarios for an operating objective.
Builds an executive-grade decision evidence packet from runtime signals and confidence checks.
| name | ai-data-contract-guardian |
| description | Check schema drift, required columns, PII declaration, retention, and governance controls against a declared data contract. |
Use this skill when validating table contracts before deploys, migrations, or data product releases.
Run:
node runtime/runTool.js ai_data_contract_guardian '{"engine":"postgres","database":"analytics","schema":"public","table":"events","contract":{"requiredColumns":["event_id","user_email","created_at"],"piiColumns":["user_email"],"retentionDays":90}}'
The output includes contract findings, a contract status, required governance controls, and evidence from catalog metadata. It is deterministic and does not call an external AI service.