Database Migration Integrity Checker

🌐Community
by jorgealves · vlatest · Repository

Helps with database, migration as part of working with databases and data persistence workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add database-migration-integrity-checker npx -- -y @trustedskills/database-migration-integrity-checker
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "database-migration-integrity-checker": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/database-migration-integrity-checker"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill validates data consistency and structural integrity during database migration operations. It helps ensure that schema changes, data transformations, or table migrations complete without corruption or loss of information.

When to use it

  • Before executing production database migration scripts to prevent data loss
  • After running automated migration tools to verify successful completion
  • When upgrading database versions with complex schema modifications
  • During CI/CD pipelines that include database version updates

Key capabilities

  • Detects missing or mismatched columns after migration
  • Identifies orphaned records during table restructuring
  • Validates foreign key relationships post-migration
  • Reports integrity violations before they impact production systems

Example prompts

"Run an integrity check on my PostgreSQL migration from v12 to v15." "Validate that all user data was preserved after the schema update." "Check for orphaned records in the orders table after migrating customer IDs."

Tips & gotchas

  • Ensure you have a backup before running integrity checks on production databases.
  • Some migrations may require specific database drivers installed beforehand.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jorgealves
Installs
44

🌐 Community

Passed automated security scans.