.agents/skills/summarize/SKILL.md
Display table summary and statistics
npx skillsauth add starlake-ai/starlake-skills summarizeInstall 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.
Runs a quick summary query on a table, displaying statistics like row count, column statistics, and sample data. Useful for data exploration and validation.
starlake summarize [options]
--domain <value>: Domain name (required)--table <value>: Table name (required)--accessToken <value>: Access token for authentication (e.g. GCP)--reportFormat <value>: Report output format: console, json, or htmlstarlake summarize --domain starbake --table orders
starlake summarize --domain starbake --table products --accessToken $GCP_TOKEN
starlake summarize --domain starbake --table order_lines --reportFormat json
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".