What problem does it solve?
It helps you quickly understand what data a specific table contains, how large it is, what each column looks like, and whether there are obvious quality issues.
Core Features & Use Cases
- Schema-aware introspection: Pulls column names, data types, and comments so a new teammate can interpret the dataset correctly.
- End-to-end profiling: Computes row counts, column statistics (numeric/string/date), cardinality skews, and representative samples.
- Data quality assessment: Summarizes completeness, uniqueness signals, freshness, validity concerns, and consistency checks to surface risks early.
Example: If you inherit an unknown analytics table, you can use this Skill to produce a ready-to-share profile with key statistics, a data quality score, and a short list of recommended follow-up queries.
Quick Start
Ask: “Profile the table <schema>.<table> and produce a structured data profile including schema, statistics, cardinality, sample rows, and a data quality score.”