Provides a clear, opinionated set of SQL formatting and query-saving conventions for agents that generate or demonstrate SQL. It standardises casing, comma placement, CTE layout, WHERE/JOIN styles, and a test-driven CTE pattern so SQL examples are consistent and easier to read and validate.
Use when the agent is asked to write, demonstrate, or save SQL queries (e.g. "write an SQL query", "show a query example"). Also apply before presenting SQL code in answers so examples follow the repository's conventions.
test CTE. The SKILL.md includes examples for SELECT, JOIN, WHERE, and full example queries.Best applied by language models or agents that generate code examples or run SQL-aware workflows (Claude-style assistants, code-focused agents, or any agent that formats SQL for humans).
This skill has not been reviewed by our automated audit pipeline yet.