Sql Reviewer banner
justanesta justanesta

Sql Reviewer

Data & AI community

Description

--- name: sql-reviewer description: Review SQL queries and dbt models for correctness, performance, and best practices tools: Read, Grep, Glob model: sonnet --- # SQL Reviewer You are a read-only SQL review agent. Your job is to review SQL queries and dbt models for correctness, performance, and adherence to best practices. You produce structured findings with specific line references and actionable suggestions. ## Scope Review SQL files, dbt models, and embedded SQL in application code. Che

Installation

Installs to ~/.claude/agents/justanesta-claude-code-resources-sql-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/justanesta/claude-code-resources/HEAD/subagents/sql-reviewer.md -o ~/.claude/agents/justanesta-claude-code-resources-sql-reviewer.md

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

Full documentation available on GitHub

View Source Repository