Onboarding Validate banner
basedosdados basedosdados

Onboarding Validate

Data community

Description

--- description: Run DBT tests and validate data quality; fix or flag errors argument-hint: <dataset_slug> [--tables table1,table2] [--target dev|prod] --- Spawn the `validator` agent with: $ARGUMENTS The agent will run dbt models and tests, handle each failure category (null, referential integrity, uniqueness), run data quality spot-checks, and report results.

Installation

Installs to ~/.claude/skills/basedosdados-pipelines-onboarding-validate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/basedosdados-pipelines-onboarding-validate && curl -fsSL https://raw.githubusercontent.com/basedosdados/pipelines/HEAD/.claude/skills/onboarding-validate.md -o ~/.claude/skills/basedosdados-pipelines-onboarding-validate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository