bigquery-pipeline-audit
Audits BigQuery pipelines for cost exposure, safety, and production readiness with SQL and Python optimization.
Install
npx skills add https://github.com/github/awesome-copilot --skill bigquery-pipeline-auditStats
| Total installs | 7,427 |
| Weekly installs | 7.4K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Analyzes every BigQuery job trigger and external API call to identify cost exposure, loop-driven query multiplication, and missing maximum_bytes_billed limits
- Enforces dry-run and execute modes with explicit prod confirmation, partition filter validation, and scan-size optimization
- Validates idempotent writes using MERGE, staging tables, or dedup logic; flags unsafe append patterns and duplicate-prone reruns
- Generates structured reports with PASS/FAIL verdicts per section, ranked patch list, and worst-case cost estimates in job count and bytes
Tags
Related skills
| Skill | Installs | vs bigquery-pipeline-audit |
|---|---|---|
| firecrawl-download | 8,266 | +839 |
| recipe-generate-report-from-sheet | 6,247 | -1,180 |
| tavily-search | 6,316 | -1,111 |
| data-visualization | 7,898 | +471 |
| dataverse-python-production-code | 7,781 | +354 |
FAQ
- How many installs does bigquery-pipeline-audit have?
- bigquery-pipeline-audit has 7,427 total installs and 7.4K installs this week.
- Where is bigquery-pipeline-audit hosted?
- bigquery-pipeline-audit is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does bigquery-pipeline-audit have?
- bigquery-pipeline-audit has 27.4K GitHub stars.
- When was bigquery-pipeline-audit first indexed?
- OrangeBot.AI first indexed bigquery-pipeline-audit on Feb 25, 2026.
- How do I install bigquery-pipeline-audit?
- Run: npx skills add https://github.com/github/awesome-copilot --skill bigquery-pipeline-audit