Agent skill
data-quality-checker
Validate dataset completeness and basic correctness before downstream analysis. Use for nulls, duplicates, schema drift, range checks, and column-level sanity reviews; not for anomaly detection or ML evaluation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/data-quality-checker
SKILL.md
Data Quality Checker
Purpose
Use this skill when the user needs to know whether the dataset is trustworthy enough to continue.
When to Use
Use this skill when:
- Checking null rates, duplicates, invalid categories, or out-of-range values
- Verifying schemas after ETL or data ingestion
- Producing a pre-modeling data sanity checklist
Not For / Boundaries
- Rare-event or fraud detection: use
anomaly-detector - Model metrics and benchmark comparisons: use
evaluating-machine-learning-models - Report authoring and presentation polish: use
scientific-reporting
Typical Outputs
- Data quality scorecards
- Column-level issue summaries
- Recommended cleaning priorities before modeling or reporting
Related Skills
anomaly-detectorafter the basic data checks passstructured-content-storageif the dataset and outputs need stricter organization
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?