sql-test-generator
Installation
SKILL.md
SQL Test Generator (Unit Tests Only)
Composable: Works with bigquery-etl-core (for patterns), metadata-manager (for test updates), and query-writer (for query understanding) When to use: Creating/updating unit test fixtures for BigQuery SQL queries, preventing production queries in tests
NOT for data quality checks: Use bigconfig-generator skill for Bigeye monitoring. The checks.sql file approach is DEPRECATED.
Generate unit test fixtures for BigQuery SQL queries following bigquery-etl conventions. These are development-time tests that validate query logic on small, synthetic data.
Official Documentation: https://mozilla.github.io/bigquery-etl/cookbooks/testing/
Unit Tests vs Data Quality Checks
CRITICAL DISTINCTION: