Skip to content
Data
Command

/bq-review

Review BigQuery SQL for performance anti-patterns. Pass a file path or paste SQL directly.

From plugin
bigquery-expert
156 skills3 agents6 commands
Install
> /plugin marketplace add justvinhhere/bigquery-expert
> /plugin install bigquery-expert@justvinhhere-bigquery-expert

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/bq-review

Context preview

What this command does when you run it.

Review BigQuery SQL for performance anti-patterns. Pass a file path or paste SQL directly.

Command definition

bq-review.md
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 is found, ask the user to provide a query or file path.

2. **Run the full anti-pattern check** against all 11 patterns:

  • SimpleSelectStar, SemiJoinWithoutAgg, CTEsEvalMultipleTimes, OrderByWithoutLimit,

StringComparison, LatestRecordWithAnalyticFun, DynamicPredicate, WhereOrder, JoinOrder, MissingDropStatement, ConvertTableToTemp.

3. **Output findings** using the standard review format from the bigquery-optimization skill:

  • Group by severity (High, Medium, Low).
  • Include before/after SQL for each finding.
  • Provide a summary count.

4. If no anti-patterns are found, confirm: "No anti-patterns detected. This query follows BigQuery best practices."

Ships withbigquery-expert

A comprehensive BigQuery plugin for Claude Code. Five integrated skill areas that activate automatically -- writing queries, designing schemas, optimizing costs, detecting anti-patterns, and navigating BigQuery-specific features.

Get the whole plugin

Other commands on bigquery-expert.