Bq Review banner
justvinhhere justvinhhere

Bq Review

Data community

Description

--- description: Review BigQuery SQL for performance anti-patterns. Pass a file path or paste SQL directly. argument-hint: "[file_path]" --- # BigQuery SQL Review Review the provided BigQuery SQL against all 11 known anti-patterns using the `bigquery-optimization` skill. ## Instructions 1. **Determine the SQL to review:** - 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 conversation. - If no SQL

Installation

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

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

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

Full documentation available on GitHub

View Source Repository