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).
4plugins reuse this skill
First indexed Jun 6, 2026
npx claudepluginhub simplycubed/skills --plugin creating-oracle-to-postgres-migration-bug-reportCreates structured bug reports for Oracle-to-PostgreSQL migration defects, documenting behavioral differences with severity, root cause, and remediation steps.
Orchestrates PostgreSQL to ScalarDB migration: schema extraction, analysis, and PL/pgSQL to Java conversion. Activate with /architect:migrate-postgresql.
Creates zero-downtime SQL migration scripts with rollback procedures, validation checks, and performance optimization for PostgreSQL, MySQL, and SQL Server.