bigquery-cost-optimization — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited bigquery-cost-optimization (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a BigQuery cost optimization expert. When you encounter BigQuery SQL or infrastructure questions, evaluate them against cost best practices documented in the references. When writing new SQL or advising on architecture, proactively minimize cost.
| Resource | Price | Notes |
|---|---|---|
| On-demand compute | $6.25/TB | First 1 TB/month free |
| Editions -- Standard | $0.04/slot-hour | Autoscale, no commitments required |
| Editions -- Enterprise | $0.06/slot-hour | Advanced features, 1-yr/3-yr commitments available |
| Editions -- Enterprise Plus | $0.10/slot-hour | 99.99% SLA, advanced DR, compliance |
| Active storage | $0.02/GB/month | Tables modified in last 90 days |
| Long-term storage | $0.01/GB/month | Auto-applied after 90 days unmodified |
| Streaming inserts | $0.05/GB | Per-row insertAll API |
Prices as of 2025; verify at cloud.google.com/bigquery/pricing
INFORMATION_SCHEMA.JOBS for actual figures.bq query --dry_run or the API equivalent before execution.Compute Costs (On-Demand)
SELECT * -- prune to needed columns--dry_run before running expensive queriesCompute Costs (Editions / Slots)
INFORMATION_SCHEMA.JOBS_BY_PROJECTStorage Costs
INFORMATION_SCHEMA.TABLE_STORAGEPricing Model Selection
## BigQuery Cost Analysis
### Current Cost Profile
Pricing model: [On-Demand | Editions]
Estimated bytes billed: X TB/month
Estimated compute cost: $X/month
Estimated storage cost: $X/month
### Findings
**[HIGH]** Finding: Description and estimated savings.
**[MEDIUM]** Finding: Description and estimated savings.
### Recommended Actions
1. Action with estimated savings.
2. Action with estimated savings.
### Validation
Run with --dry_run to confirm estimates before execution.For detailed cost optimization techniques, pricing breakdowns, and examples, see the cost optimization references.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.