From creating-oracle-to-postgres-migration-bug-report
Creates structured bug reports for Oracle-to-PostgreSQL migration defects, documenting behavioral differences with severity, root cause, and remediation steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/creating-oracle-to-postgres-migration-bug-report:creating-oracle-to-postgres-migration-bug-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Documenting a defect caused by behavioral differences between Oracle and PostgreSQL
Use the template in references/BUG-REPORT-TEMPLATE.md. Each report must include:
Save bug reports as BUG_REPORT_<DescriptiveSlug>.md where <DescriptiveSlug> is a short PascalCase identifier (e.g., EmptyStringNullHandling, RefCursorUnwrapFailure).
3plugins reuse this skill
First indexed Jun 6, 2026
npx claudepluginhub simplycubed/skills --plugin creating-oracle-to-postgres-migration-bug-reportIdentifies Oracle-to-PostgreSQL migration risks by cross-referencing code against behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps). Use when planning or validating a database migration.
Orchestrates PostgreSQL to ScalarDB migration: schema extraction, analysis, and PL/pgSQL to Java conversion. Activate with /architect:migrate-postgresql.
Migrates Oracle PL/SQL stored procedures to PostgreSQL PL/pgSQL, translating Oracle-specific syntax while preserving method signatures and type-anchored parameters. Use during Oracle-to-PostgreSQL database migrations.