Bq Optimize banner
justvinhhere justvinhhere

Bq Optimize

Data community

Description

--- description: Optimize BigQuery SQL by fixing all detected anti-patterns. Pass a file path or paste SQL directly. argument-hint: "[file_path]" --- # BigQuery SQL Optimize Rewrite the provided BigQuery SQL with all detected anti-patterns fixed, using the `bigquery-optimization` skill. ## Instructions 1. **Determine the SQL to optimize:** - If a file path argument is provided, read that file. - If no argument is provided, look for the most recent BigQuery SQL in the current conversati

Installation

Installs to ~/.claude/skills/justvinhhere-bigquery-expert-bq-optimize/SKILL.md

Terminal
mkdir -p ~/.claude/skills/justvinhhere-bigquery-expert-bq-optimize && curl -fsSL https://raw.githubusercontent.com/justvinhhere/bigquery-expert/HEAD/commands/bq-optimize.md -o ~/.claude/skills/justvinhhere-bigquery-expert-bq-optimize/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository