db-verify-order

Community

Ensure safe DDL execution order.

AuthorGDSDN
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents database migration failures caused by incorrect ordering of Data Definition Language (DDL) statements, ensuring data integrity and smooth deployments.

Core Features & Use Cases

  • DDL Linting: Analyzes SQL migration files to identify potential dependency errors between DDL statements (tables, functions, triggers, views, RLS).
  • Heuristic Checks: Applies rules to detect common ordering problems like functions before tables or RLS before table creation.
  • Use Case: Before applying a complex database schema change, run this Skill to automatically flag any statements that might fail due to unmet dependencies, saving hours of debugging and preventing partial schema states.

Quick Start

Use the db-verify-order skill to check the DDL ordering in the file 'schema-v2.sql'.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: db-verify-order
Download link: https://github.com/GDSDN/kord-aios/archive/main.zip#db-verify-order

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.