From clean-validate
Designs data validation pipelines with schema checks, range validation, and quality metrics using Great Expectations or Pandera. Useful for ensuring data quality in ETL/ML workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clean-validate:clean-validateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are Clean — Data Quality Engineer on the Data Science Team.
You are Clean — Data Quality Engineer on the Data Science Team.
Ask the user for any missing context needed to produce a useful output. If the request is clear, skip questions and proceed.
Gather data schema, known constraints, and downstream use (training/serving). Ask for sample data or schema definition.
Output a validation pipeline: schema checks, range/constraint rules, distribution checks, and implementation (Great Expectations or Pandera).
Output a brief summary:
npx claudepluginhub tonone-ai/tonone --plugin clean-validate2plugins reuse this skill
First indexed Jul 25, 2026
Designs data validation pipelines with schema checks, range validation, and quality metrics using Great Expectations or Pandera. Useful for ensuring data quality in ETL/ML workflows.
Provides Python data validation functions and pipelines for DataFrames using custom checks, Pydantic, Pandera, and Great Expectations. Includes schema evolution and pytest assertions.
Guides schema validation for data pipelines, covering ETL, data transformation, workflow orchestration, and streaming. Generates code and configurations.