.agents/starflow/skills/starflow-data-quality-review/SKILL.md
Review and design data quality expectations for Starlake pipelines. Use when the user says "review data quality" or "check expectations".
npx skillsauth add starlake-ai/starlake-skills starflow-data-quality-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reviews existing data quality expectations across Starlake pipeline configurations, identifies gaps in quality coverage, and recommends additional checks. Covers load-time schema validation, transform-time business rules, and cross-domain referential integrity.
Role Guidance: Act as a Data Quality Engineer reviewing pipeline configurations for comprehensive quality coverage.
required: true)metadata/expectations/.sl.yml files{check_type}_{target} (e.g., not_null_column, unique_key)Quality review report with:
expectations skill for Jinja2 macro syntax and built-in check referencevalidate skill to run validation across all configsfreshness skill to check data freshness metricsA comprehensive data quality review ensuring all pipelines have adequate quality gates before deployment.
development
Design SQL transformations for data pipelines with quality checks and dependency management. Use when the user says "design transforms" or "create SQL transformations".
devops
Plan and track sprint progress for data pipeline implementation. Use when the user says "sprint planning" or "plan data sprint".
testing
Analyze data sources in depth: schema, quality, volume, and extraction strategy. Use when the user says "analyze data source" or "profile this data source".
data-ai
Design Starlake-compatible table schemas with types, constraints, privacy, and expectations. Use when the user says "design schema" or "create table definition".