Voltar ao Marketplace
DataAvançadoVerificado

Database Migration

porTHIAGONOMA·THIAGONOMA· v2.0.1 · atualizado em 2026-03-05
84
Score

Generates and executes database migrations with safe rollback. Supports PostgreSQL, MySQL and SQLite. Automatically detects breaking changes.

migrationdatabaseschemarollback
Linguagens
SQLTypeScriptPython
1.2KStars
89Forks
15.8KUsos
Fork

Documento do Skill

SKILL.mddatabase-migration/workflow
Workflow
1
SENSEIdentify desired schema change
2. **CONTEXTUALIZE** — Introspect current schema via PostgreSQL MCP
3
HYPOTHESIZEGenerate SQL migration with rollback
4
EVALUATECheck breaking changes and data loss potential
5
ACTRun migration in a transaction
6
REFLECTValidate schema post-migration

Telemetria de Agentes

Execuções
15.8K
total
Taxa de Sucesso
82%
últimos 30d
Latência Média
6.2s
p50
Alucinação
5.0%
detecção

Uso por Plataforma

cursor7.8K
claude-code5.2K
codex2.8K

Árvore do Skill

Database Migration
database-migration
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers5
migrate databaseschema changedatabase migrationalter tablemigrar banco
MCP Servers1
🗄️
PostgreSQL MCP
Query execution, migrations and schema introspection
npx @modelcontextprotocol/server-postgres
ConfigConfigure DATABASE_URL in .env

Avaliar este Skill

Score Breakdown

Avaliação Humana86%
🤖Sucesso de Agentes82%
🕐Atualidade88%
🔗Saúde de Dependências90%
🕸️Centralidade no Grafo68%
🛡️Segurança49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ skillschain install database-migration
$ skillschain use database-migration