db-dry-run

Community

Validate database migrations safely.

AuthorGDSDN
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents potential database corruption and downtime by validating SQL migration scripts in a safe, transactional environment before they are permanently applied.

Core Features & Use Cases

  • Syntax Validation: Checks for errors in SQL syntax and PostgreSQL compatibility.
  • Dependency Checking: Ensures that referenced tables, functions, and objects exist in the correct order.
  • Transaction Rollback: Executes migrations within a BEGIN...ROLLBACK block, ensuring no permanent changes are made during the dry-run.
  • Use Case: Before deploying a new feature that requires database schema changes, use this Skill to ensure the migration script is error-free and won't break the production database.

Quick Start

Run a dry-run of the migration script located at 'migrations/001_create_users_table.sql'.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 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-dry-run
Download link: https://github.com/GDSDN/kord-aios/archive/main.zip#db-dry-run

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.