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 query traps.

signalpilot-labs a9f91f3 7.0 KB Updated

File contents

signalpilot-labs/signalpilot/tree/main/signalpilot-plugin/skills/sql-workflow commit a9f91f3bac

Frequently asked questions

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