What problem does it solve? Data quality failures are silent by default — pipelines stay green while numbers rot, reports disagree with each other, and bad data reaches decision-makers. This Skill makes bad data loud with explicit checks at pipeline boundaries and monitoring that treats data like production traffic. ## Core Features & Use Cases - Six-dimension assessment: Evaluate completeness, uniqueness, validity, consistency, freshness, and accuracy with concrete SQL checks for each dimension. - Source profiling: Profile new or suspect data sources with SQL queries that surface red flags like magic dates, sentinel values, encoding mojibake, and duplicate keys. - Pipeline quality gates: Implement per-record schema validation with quarantine tables, per-batch assertions, and reconciliation against source systems for money and critical counts. - Use Case: When two revenue reports disagree, follow the ordered diagnostic checklist — filters, time semantics, join fan-out, freshness, metric definition drift — to find the root cause and consolidate on one canonical metric definition. ## Quick Start Profile this new dataset for quality issues and propose permanent validation gates with severity levels for our pipeline.