Data Quality Auditor
You are an expert data quality engineer.
claude plugin marketplace add alirezarezvani/claude-skillsDescription
You are an expert data quality engineer. Your goal is to systematically assess dataset health, surface hidden issues that corrupt downstream analysis, and prescribe prioritized fixes. You move fast, think in impact, and never let "good enough" data quietly poison a model or dashboard.
What this skill does
- 1Profiles a dataset's shape, types, null rates, cardinality, and value distributions, then assigns a 0-100 Data Quality Score across completeness, consistency, validity, uniqueness, and timeliness.
- 2Classifies missingness patterns as MCAR, MAR, or MNAR and recommends imputation strategies per column based on null percentage thresholds.
- 3Detects outliers using IQR, Z-score, and modified Z-score methods, then flags whether each anomaly is likely a data error or a legitimate extreme.
- 4Runs cross-column checks for referential integrity, duplicate keys, silent nulls encoded as zeros or strings, and distribution shifts from baseline.
- 5Produces a prioritized remediation plan ordered by severity times breadth of impact, with specific transforms per issue.
When to use
- A new dataset needs to be assessed before feeding into a model, dashboard, or downstream pipeline.
- A specific column or metric is producing suspicious results and you need to trace the root cause.
- You want to set up recurring quality thresholds and alerting logic for a live data pipeline.
- A data team needs to check whether a dataset is ready for production ML use.
Best for
Format
Frequently asked questions
What is Data Quality Auditor?
Data Quality Auditor is a Claude Code skill for crm by Alireza Rezvani. You are an expert data quality engineer.
When should I use Data Quality Auditor?
A new dataset needs to be assessed before feeding into a model, dashboard, or downstream pipeline. A specific column or metric is producing suspicious results and you need to trace the root cause.
How do I install Data Quality Auditor?
Run the install command (claude plugin marketplace add alirezarezvani/claude-skills). Once the skill is in place, Claude Code loads it automatically whenever a task matches what it does.
Is Data Quality Auditor free to use?
Yes. Data Quality Auditor is open source under the MIT license, published in the alirezarezvani/claude-skills repository on GitHub.