sql-review
Installation
SKILL.md
SQL Review
Requirements
Agent: any (read-only analysis) Tools used: altimate_core_check, altimate_core_grade, sql_analyze, read, glob, bash (for git operations)
When to Use This Skill
Use when the user wants to:
- Review SQL quality before merging a PR
- Get a quality grade (A-F) on a query or model
- Run a comprehensive lint + safety + syntax check in one pass
- Audit SQL files in a directory for anti-patterns
Do NOT use for:
- Optimizing query performance -> use
query-optimize - Fixing broken SQL -> use
dbt-troubleshoot - Translating between dialects -> use
sql-translate