Database Migration Integrity Checker
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.
Run in terminal (recommended)
claude mcp add database-migration-integrity-checker npx -- -y @trustedskills/database-migration-integrity-checker
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.