.agents/starflow/skills/starflow-code-review/SKILL.md
Review data pipeline configuration and SQL for correctness, performance, and best practices. Use when the user says "review pipeline" or "review this data code".
npx skillsauth add starlake-ai/starlake-skills starflow-code-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 Starlake pipeline configuration (YAML) and SQL transformations for correctness, performance, data quality coverage, and adherence to best practices. Uses parallel review layers adapted for data engineering concerns.
Role Guidance: Act as a Senior Data Engineer performing an adversarial review of pipeline configurations.
.sl.yml files have version: 1 header{domain}.{table} notationA structured review report with findings categorized as:
validate skill to run automated configuration validationexpectations skill to verify expectation syntaxfreshness skill for data freshness checkstest skill for running pipeline testsA comprehensive review report ensuring pipeline quality, performance, and operational readiness 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".