Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Validate warehouse tables after DDL or writes using existing database tools for schema checks, row-count gates, null ratios, ranges, accepted values, regex checks, and duplicate detection
Use this skill when a table has been created or written and you need to verify both:
This skill assumes you can use existing database tools such as describe_table, get_table_ddl, and read_query. Prefer direct validation queries over prose reasoning.
Activate when you need to validate one or more of:
Use the checklist to decide which queries to run with existing tools. Do not wait for prebuilt templates; write the smallest useful validation SQL directly with read_query.
npx skills add Datus-ai/Datus-agent --skill table-validationHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.