30-SECOND BRIEF
What it does—and when it fits
BigQuery Pipeline Audit is a GitHub Awesome Copilot code-review workflow for Python and BigQuery pipelines. It examines job counts, billed-byte caps, dry-run behavior, backfill loops, partition pruning, join growth, idempotent writes, and failure observability, then returns exact patch locations.
INSTALL BY AGENT
Choose your Agent
Paths come from official Agent docs or the universal installer behind skills.sh. Compatibility still follows this Skill's record.
.agents/skills/bigquery-pipeline-audit/~/.copilot/skills/bigquery-pipeline-audit/Use project scope for team sharing and personal scope across repositories. The installer defaults to project scope; add -g for personal scope.
npx skills add github/awesome-copilot --skill bigquery-pipeline-audit --agent github-copilotCopilot also accepts .github/skills and .claude/skills at project scope. Preview untrusted Skills before enabling scripts.
View path evidence ↗TYPICAL WORKFLOW
A practical workflow
Bound cost exposure
Count every BigQuery job and flag loops, retries, repeated SQL, and missing billed-byte limits.
Check safe reruns
Review backfills, snapshots, deterministic keys, staging, merge, and deduplication behavior.
Improve failure evidence
Require run IDs, job metrics, exceptions, and end-of-run summaries.
THE TRADEOFFS
Advantages and tradeoffs
Notable strengths
- Focuses on concrete BigQuery cost and data-corruption failure modes.
- Requests minimal patches tied to exact functions and lines.
Limitations
- Specialized to Python plus BigQuery and does not validate the live project configuration or billing account.
- Static review may miss generated SQL, runtime cardinality, permissions, and actual query plans.
BEST FIT
Who it is for
Data engineers preparing BigQuery pipelines for production
Reviewers investigating cost spikes or unsafe backfills
BEFORE YOU USE IT
Risks to review before use
Audit estimates mistaken for billing guarantees
Static worst-case counts cannot determine live bytes scanned, slot use, retries, or service pricing. Validate with BigQuery dry runs, quotas, test datasets, and billing alerts before execution.
SECURITY
What the permission profile means
- Review service-account scope and never expose production credentials in audit output.
- Require explicit confirmation before executing production queries or applying patches.
Not a security certification. External ratings are attributed references. SkillSignal has not independently executed or security-reviewed this Skill.
INSIDE THE PACKAGE
Indexed files
TAGS
Original SkillSignal editorial profile grounded in GitHub Awesome Copilot commit 318066d2, checked 2026-08-20; not independently executed or security-certified.