SQL Workflow

Use this skill before writing any SQL query. Covers: output shape inference (cardinality clues from the question), efficient schema exploration, iterative CTE-based query building, structured verification loop (row count, NULL audit, fan-out check, sample inspection), error recovery protocol, saving output to result.sql and result.csv, turn budget management, and common benchmark traps.

signalpilot-labs 40457ce 8.6 KB Updated

File contents

signalpilot-labs/signalpilot/tree/main/benchmark/skills/sql-workflow commit 40457cec70

Frequently asked questions

npx skillmds@latest add signalpilot-labs/sql-workflow