migrate

Automate database migrations and schema management across multiple tooling ecosystems.

26|8|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/arbazkhan971/godmode --skill migrate-arbazkhan971
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate
Source: https://github.com/arbazkhan971/godmode/tree/main/skills/migrate
Command: npx skills add https://github.com/arbazkhan971/godmode --skill migrate-arbazkhan971

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Database migration and schema management can be error-prone and time-consuming without a structured, repeatable process to prevent drift and downtime.

Core Features & Use Cases

  • Detect Migration Environment: auto-detect ORM/tools and locate migrations directories.
  • Analyze Schema Change: generate diffs and assess impact, including data preservation guards.
  • Risk Assessment & Rollback: classify risk, propose expand-contract patterns for breaking changes, and ensure up/down migrations exist.
  • Generate & Validate Migrations: produce up/down migrations with safeguards and basic checks.
  • Apply & Report: apply migrations safely and log results for auditing.

Quick Start

Generate and apply a safe migration plan by outlining up and down migrations with validation checks.

Frequently Asked Questions about migrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate database schema migrations and ensure rollback safety?

Database schema migrations are automated by detecting the ORM environment, analyzing schema changes, and requiring paired up and down migrations to guarantee reliable rollback safety and data preservation.

What is the best way to assess risk before applying breaking schema changes?

Risk assessment for breaking schema changes is handled by classifying risk levels and proposing expand-contract patterns, ensuring data preservation guards and reliable rollback safety before applying migrations.

How do I generate up and down migrations with validation checks?

Up and down migrations are generated with built-in safeguards and basic validation checks to automate schema management, prevent drift, and ensure data preservation across multiple tooling ecosystems.

Does this database migration tool auto-detect my existing ORM and migration directories?

Yes, the migration environment is auto-detected, identifying existing ORM tools and locating migration directories to streamline schema management and apply changes safely across different tooling ecosystems.

Why do I need both up and down migrations for schema management?

Both up and down migrations are required to ensure reliable rollback safety, allowing you to reverse schema changes automatically while preserving data and preventing downtime during database migrations.

How do I apply migrations safely and log the results for auditing?

Migrations are applied safely after validation checks and risk assessment, with the system automatically logging the results to provide an auditing trail of schema changes and migration outcomes.