Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DataMédio

Oracle-to-PostgreSQL Database Migration

porgithub·github· v1.0.0 · atualizado em 2026-04-10
82
Score

Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.

database-migrationoraclepostgresqldata-validationrisk-assessmentdatabase-testing
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdreviewing-oracle-to-postgres-migration/workflow
Determine the task type:
**Planning a migration?** Follow the risk assessment workflow.
**Validating completed work?** Follow the validation workflow.
### Risk assessment workflow (planning)
```
Risk Assessment:
[ ] Step 1: Identify the migration scope
[ ] Step 2: Screen each insight for applicability
[ ] Step 3: Document risks and recommended actions
```
**Step 1: Identify the migration scope**
List the affected database objects (procedures, triggers, queries, views) and the application code that calls them.
**Step 2: Screen each insight for applicability**
Review the reference index in [references/REFERENCE.md](references/REFERENCE.md). For each entry, determine whether the migration scope contains patterns affected by that insight. Read the full reference file only when the insight is potentially relevant.
**Step 3: Document risks and recommended actions**
For each applicable insight, note the specific risk and the recommended fix pattern from the reference file. Flag any insight that requires a design decision (e.g., whether to preserve Oracle empty-string-as-NULL semantics or adopt PostgreSQL behavior).
### Validation workflow (post-migration)
```
Validation:
[ ] Step 1: Map the migration artifact
[ ] Step 2: Cross-check applicable insights
[ ] Step 3: Verify integration test coverage
[ ] Step 4: Gate the result
```
**Step 1: Map the migration artifact**
Identify the migrated object and summarize the change set.
**Step 2: Cross-check applicable insights**
For each reference in [references/REFERENCE.md](references/REFERENCE.md), confirm the behavior or test requirement is acknowledged and addressed in the migration work.
**Step 3: Verify integration test coverage**
Confirm tests exercise both the happy path and the failure scenarios highlighted in applicable insights (exceptions, sorting, refcursor consumption, concurrent transactions, timestamps, etc.).
**Step 4: Gate the result**
Return a checklist asserting each applicable insight was addressed, migration scripts run, and integration tests pass.
</details>

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comScaffolding an Integration Test Project for Oracle-to-PostgreSQL Migration
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
78
Compõe com ←Creating an Oracle-to-PostgreSQL Master Migration Plan
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←Creating Bug Reports for Oracle-to-PostgreSQL Migration
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
78
Compõe com ←Creating Integration Tests for Oracle-to-PostgreSQL Migration
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
79
Compõe com ←Migrating Stored Procedures from Oracle to PostgreSQL
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
82
Compõe com ←Planning Integration Testing for Oracle-to-PostgreSQL Migration
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
76
Similar aSQL Query Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
91
Similar aDatabase Migration
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar aWeb Scraper
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Co-executedSQL Query Builder
51%
Hebbian Synapse
Composite0.506
w = 0.3·α + 0.5·β + 0.2·γ
91
Co-executedWeb Scraper
49%
Hebbian Synapse
Composite0.491
w = 0.3·α + 0.5·β + 0.2·γ
79
Co-executed ←Creating an Oracle-to-PostgreSQL Master Migration Plan
48%
Hebbian Synapse
Composite0.478
w = 0.3·α + 0.5·β + 0.2·γ
83
Co-executed ←Creating Bug Reports for Oracle-to-PostgreSQL Migration
50%
Hebbian Synapse
Composite0.504
w = 0.3·α + 0.5·β + 0.2·γ
78
Co-executed ←Migrating Stored Procedures from Oracle to PostgreSQL
48%
Hebbian Synapse
Composite0.478
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Oracle-to-PostgreSQL Database Migration
reviewing-oracle-to-postgres-migration
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers7
assess risks of Oracle to PostgreSQL migrationvalidate Oracle to PostgreSQL migrationreview database migration artifactsidentify potential issues in Oracle to PostgreSQL migrationcheck integration tests for Oracle/PostgreSQL differencesanalyze code for Oracle to PostgreSQL migration compatibilityplan a database migration from Oracle to PostgreSQL

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download reviewing-oracle-to-postgres-migration
$ synaptic skills detail reviewing-oracle-to-postgres-migration
$ synaptic skills live reviewing-oracle-to-postgres-migration

Links

GitHub Repository