quality-audit
Run a full data-quality audit on a table or pipeline: quality score, rule checks, anomalies with context, and concrete fixes ranked by impact.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a full data-quality audit on a table or pipeline: quality score, rule checks, anomalies with context, and concrete fixes ranked by impact.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Walk a data incident from symptom to root cause: correlate the anomaly, trace the failing upstream job, and produce a root-cause narrative with the evidence chain.
Trace end-to-end lineage for any table or column across catalogs. Answers 'where does this data come from and what breaks if it changes' with a source-to-consumer chain.
| name | quality-audit |
| description | Run a full data-quality audit on a table or pipeline: quality score, rule checks, anomalies with context, and concrete fixes ranked by impact. |
| user-invocable | true |
| argument-hint | [table or pipeline, e.g. analytics.orders] |
Audit a dataset's health end to end. The user names a target via "$ARGUMENTS".
/data-workers:quality-audit analytics.orders/data-workers:quality-audit did anything drift in staging.customers this week?Call mcp__data-workers__get_quality_score for the current weighted score, then mcp__data-workers__get_quality_summary for the dimension breakdown (completeness, freshness, validity, consistency, uniqueness).
mcp__data-workers__run_quality_check to execute the active rules against the target.mcp__data-workers__get_anomalies for statistical outliers, then mcp__data-workers__get_anomaly_context on each significant anomaly so the report explains why it fired, not just that it fired.Report: score with trend, failed rules with affected row counts, anomalies with context, then 2-3 concrete next steps ranked by impact. If the target is a pipeline output, offer mcp__data-workers__create_quality_tests_for_pipeline to codify the missing checks — ask before creating anything.