🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Data Quality Checker

by @charlie-morrison

Validate CSV, JSON, and JSONL data files for quality issues. Detects missing values, duplicates, type inconsistencies, statistical outliers, format violation...

Versionv1.0.1
Installs1
πŸ’‘ Examples

# Full quality check
python3 scripts/check_data_quality.py data.csv

JSON/JSONL support

python3 scripts/check_data_quality.py data.json python3 scripts/check_data_quality.py data.jsonl

Markdown report

python3 scripts/check_data_quality.py data.csv --format markdown

JSON report (for CI/CD)

python3 scripts/check_data_quality.py data.csv --format json

Only specific checks

python3 scripts/check_data_quality.py data.csv --checks missing,duplicates,types

Only warnings and critical

python3 scripts/check_data_quality.py data.csv --severity warning

Save report

python3 scripts/check_data_quality.py data.csv --format markdown --output report.md

View on ClawHub
TERMINAL
clawhub install data-quality-checker

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’