Mssql Ctes

---

shubhashjha Updated

File contents


name: mssql-ctes description: Basic skill for SQL Server common table expressions, recursive queries, and query readability improvements. Use when Codex needs a basic starting point for this .NET development area.

MSSQL CTEs

Use this skill as a basic starting point.

Workflow

  1. Review the existing project structure and database integration points.
  2. Identify the current schema, SQL pattern, and operational constraints.
  3. Apply the smallest change that improves correctness, maintainability, or performance.
  4. Keep SQL naming, conventions, and deployment steps consistent.
  5. Verify the result with available tests, scripts, or query validation steps.

Output

  • Produce practical SQL or application changes.
  • Keep the result easy to review and operate.
  • Prefer safe and incremental updates over risky rewrites.

shubhashjha/codex-skills/tree/main/mssql-ctes commit f9e3ca40f9

Frequently asked questions

npx skillmds@latest add shubhashjha/mssql-ctes