From Napkin
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
/napkin: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).
npx claudepluginhub ani1797/forge --plugin copilot-sdk4plugins reuse this skill
First indexed Jun 6, 2026
Creates structured bug reports for Oracle-to-PostgreSQL migration defects, documenting behavioral differences with severity, root cause, and remediation steps.
Identifies 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.