dataset-quality-audit

仓库创建 2025年6月22日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

产出逐项得分与可操作修复建议,适合数据清洗与合规检查。

这个 Skill 做什么

对表格数据运行多维质量检测并给出评分与修复建议。

对 CSV/Excel/TSV/JSON 等表格数据做多维质量检测,找出缺失值、重复行、异常值、格式与类型不一致等,给出每个维度的评分、总体评级和可执行的修复建议。适合数据上线、建模或交付前做健康检查和清洗。特别之处是把问题量化为分数并列出具体修复步骤,方便直接落地处理。

▸ 展开 SKILL.md 英文原文

Run comprehensive quality checks on tabular data (CSV/Excel/TSV/JSON), detecting missing values, duplicates, outliers, format issues, and type inconsistencies to produce an overall score, grade, and actionable suggestions. Triggered when users ask to check data quality, find missing or duplicate values, detect outliers, validate formats, profile data, or clean data.

数据与抓取数据质量CSV/Excel异常检测修复建议通用
4.4k
Stars
448
Forks
40
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/dataset-quality-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/dataset-quality-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# dataset-quality-audit

A data quality auditing tool that runs 12-dimension quality checks on tabular data, producing per-dimension scores (0–100), an overall grade, and actionable fix suggestions.

## Capabilities

| Dimension | Description |
|-----------|-------------|
| Missing Values | Count and percentage of null/NaN values per column |
| Duplicate Rows | Number and percentage of fully duplicated rows |
| Type Consistency | Mixed types within a single column (e.g., numbers mixed with text) |
| Value Range / Outliers | Outlier detection using the IQR method |
| Format Compliance | Consistency of date, email, phone number, and other formatted fields |
| Uniqueness Constraints | Whether I
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有