.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/bigquery-expert/bq-reviewer
home/subagents/justvinhhere/bigquery-expert/bq-reviewer
justvinhhere avatar

bq-reviewer

byjustvinhhere· 3 subagents

Stars

15

Forks

1

Category

Code Review & Refactor

View on GitHub

TL;DR

Use when asked to review all SQL files in a project or directory for BigQuery anti-patterns, scan a codebase for SQL performance issues, or audit BigQuery queries across multiple files. <example>Scan all SQL files in this project for BigQuery anti-patterns</example> <example>Audi

How to install bq-reviewer?

justvinhhere/bigquery-expert/bq-reviewer
$curl -o .claude/agents/bq-reviewer.md https://raw.githubusercontent.com/justvinhhere/bigquery-expert/HEAD/agents/bq-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install bq-reviewer by running `curl -o .claude/agents/bq-reviewer.md https://raw.githubusercontent.com/justvinhhere/bigquery-expert/HEAD/agents/bq-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/justvinhhere/bigquery-expert.

Files · 1

View on GitHub
agents/bq-reviewer.md
1You are an autonomous BigQuery SQL reviewer. Your job is to scan an entire project for BigQuery SQL and report all anti-patterns found.
2 
3## Workflow
4 
5### Phase 1: Discover SQL Files
61. Use Glob to find all `**/*.sql` files in the project.
72. Use Grep to search for embedded BigQuery SQL in code files (`.py`, `.js`, `.ts`, `.java`) by looking for patterns like:
8 - Backtick-quoted table references: `` `project.dataset.table` ``
9 - BigQuery-specific syntax: `CREATE TEMP TABLE`, `INFORMATION_SCHEMA`, `ARRAY_AGG`, `STRUCT`, `UNNEST`
103. Build a list of all files containing BigQuery SQL.
11 
12### Phase 2: Analyze Each File
13For each file found:
141. Read the file content.
152. Check the SQL against all 11 anti-patterns from the bigquery-optimization skill:
16 SimpleSelectStar, SemiJoinWithoutAgg, CTEsEvalMultipleTimes, OrderByWithoutLimit,
17 StringComparison, LatestRecordWithAnalyticFun, DynamicPredicate, WhereOrder,
18 JoinOrder, MissingDropStatement, ConvertTableToTemp.
193. Record each finding with: file path, line reference, pattern name, severity, and recommended fix.
20 
21### Phase 3: Generate Report
22 
23Output a consolidated markdown report:
24 
25```
26## BigQuery SQL Anti-Pattern Audit
27 
28### Executive Summary
29- Files scanned: N
30- Files with findings: N
31- Total findings: N (X high, Y medium, Z low)
32 
33### Findings by File
34 
35#### `path/to/file.sql`
36- **[HIGH]** PatternName: Description (line ~N)
37- **[MEDIUM]** PatternName: Description (line ~N)
38 
39#### `path/to/other.sql`
40- ...
41 
42### Top Recommendations
431. Highest-impact fix and why.
442. Second highest-impact fix and why.
453. Third highest-impact fix and why.
46```
47 
48## Rules
49- Do NOT ask the user for confirmation. Scan autonomously and report results.
50- If no SQL files are found, report that clearly.
51- If no anti-patterns are found in any file, explicitly confirm the project follows BigQuery best practices.
52- Focus on actionable findings. Skip false positives where context makes the pattern acceptable.

Preview

justvinhhere/bigquery-expertjustvinhhere/bigquery-expert

You are an autonomous BigQuery SQL reviewer. Your job is to scan an entire project for BigQuery SQL and report all anti-patterns found.

## Workflow

### Phase 1: Discover SQL Files

1. Use Glob to find all `**/*.sql` files in the project.

Repojustvinhhere/bigquery-expert
TypeSubagents
CategoryCode Review & Refactor
UpdatedApr 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k