What problem does it solve?
Data pipelines, warehouses, and producer-consumer interfaces often emit malformed, late, missing, or drifting data that silently corrupts downstream dashboards, machine learning models, and customer-facing surfaces without explicit validation guardrails.
Core Features & Use Cases
- Six-dimension validation: Checks data against accuracy, completeness, consistency, timeliness, validity, and uniqueness standards, with every check explicitly tied to its served dimension.
- Data contract enforcement: Validates formal producer-consumer agreements (schema, freshness SLA, volume bounds, versioning) at ingestion to prevent silent schema breaks from upstream changes.
- Production observability guidance: Provides scan methodology and tooling recommendations for monitoring freshness, volume, schema drift, and referential integrity across pipeline and warehouse layers.
Use case: A data engineering team preparing for a product launch can use this skill to audit all customer-facing tables for missing schema validation, orphan foreign keys, and unmet freshness SLAs before go-live.
Quick Start
Use the data-quality-checker skill to audit the customer_events table for missing schema validation, freshness SLA breaches, and orphan foreign key records.