Agent Skillsmohitagw15856/pm-claude-skills › data-quality-audit

data-quality-audit

GitHub

用于全面审计数据集质量,检测缺失、重复、异常值等问题。基于业务场景评估严重性,输出结构化报告、具体修复方案及自动化防护规则,确保数据可信并指导优先处理。

exports/openclaw/data-quality-audit/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

评估数据质量 审计数据集 分析前检查数据 解释数据异常

Install

npx skills add mohitagw15856/pm-claude-skills --skill data-quality-audit -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/data-quality-audit -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@data-quality-audit

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill data-quality-audit -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "data-quality-audit",
    "homepage": "https:\/\/mohitagw15856.github.io\/pm-claude-skills\/skill\/data-quality-audit.html",
    "metadata": {
        "openclaw": {
            "emoji": "📊"
        }
    },
    "description": "Audit a dataset for the quality problems that silently break analysis — missingness, duplicates, outliers, type and range errors, consistency, and freshness — and produce a prioritised fix list. Use when asked to assess data quality, audit a dataset, check data before analysis, or explain why numbers look off. Produces a structured quality report across the standard dimensions, the specific issues found (with the checks to run), severity, and how to fix each."
}

Data Quality Audit Skill

Bad analysis usually starts with bad data nobody checked. This skill audits a dataset across the dimensions that matter, names the specific issues (and the exact check to confirm each), and prioritises fixes by how much they distort the answer.

Working from a brief

Given a dataset description, sample rows, or a schema, produce the full audit anyway — infer the likely issues for that kind of data and give the concrete check (SQL/pandas-style) to verify each. If given actual data, ground the findings in it. Never just say "check for errors"; specify them.

Required Inputs

Ask for (if not already provided):

  • The dataset — schema, a sample, or a description (what each column is, the grain)
  • What it'll be used for (the analysis/decision it feeds — focuses the audit)
  • Source & freshness (where it comes from, how often it updates)
  • Known issues the user already suspects

Output Format

1. Summary

Overall read (🟢 usable / 🟡 fix-first / 🔴 don't trust yet) and the one issue most likely to mislead.

2. Quality scorecard

Dimension Check Finding Severity
Completeness nulls / missing per key column
Uniqueness duplicate rows / keys
Validity type, format, range, allowed values
Consistency cross-field & cross-table agreement
Accuracy sanity vs known totals / reality
Timeliness freshness, gaps in the time series

3. Specific issues

For each real issue: what it is, the check to confirm it (a concrete query/snippet), why it matters for the intended use, and severity.

4. Fix plan (prioritised)

Ordered by impact-on-the-decision: what to fix first, how (drop / impute / dedupe / cast / clamp / re-source), and what to flag rather than fix.

5. Guardrails

2–3 automated checks to add so these issues get caught next time (e.g. a not-null assertion, a row-count delta alarm, an allowed-values test).

Quality Checks

  • Covers all six dimensions, not just missing values
  • Each issue comes with a concrete check to confirm it, not just a label
  • Severity is judged against the intended use of the data
  • Fix plan is prioritised by impact and says fix-vs-flag
  • Recommends guardrails to prevent recurrence

Anti-Patterns

  • Only checking for nulls and calling it done
  • "Clean your data" with no specific issues or checks
  • Treating all issues as equally severe regardless of the decision
  • Fixing data silently with no record of what was changed

Version History

  • 54fad50 Current 2026-07-19 12:15

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
d90ccd7f
Indexed
2026-07-19 12:15

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 12:26
浙ICP备14020137号-1 $방문자$