Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
github avatar

Reviewing Oracle To Postgres Migration

  • 1.7k installs
  • 37.1k repo stars
  • Updated July 28, 2026
  • github/awesome-copilot

reviewing-oracle-to-postgres-migration is an agent skill for 'Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences empty st

About

The reviewing-oracle-to-postgres-migration skill '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.' It covers planning - Before starting migration work on a procedure, trigger, query, or refcursor client. Identify which reference insights apply so risks are addressed up front.. Key workflows include validating - After migration work is done, confirm every applicable insight was addressed and integration tests cover the new PostgreSQL semantics.. 1. Planning - Before starting migration work on a procedure, trigger, query, or refcursor client. Identify which reference insights apply so risks are addressed up front. 2. Validating - After migration work is done, confirm every applicable insight was addressed and integration tests cover the new PostgreSQL semantics. Developers invoke reviewing-oracle-to-postgres-migration when the task matches the triggers and reference files in SK.

  • Planning - Before starting migration work on a procedure, trigger, query, or refcursor client. Identify which referenc
  • Validating - After migration work is done, confirm every applicable insight was addressed and integration tests cover
  • Step 1: Identify the migration scope
  • Step 2: Screen each insight for applicability
  • Step 3: Document risks and recommended actions

Reviewing Oracle To Postgres Migration by the numbers

  • 1,724 all-time installs (skills.sh)
  • +32 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #420 of 2,184 Testing & QA skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

reviewing-oracle-to-postgres-migration capabilities & compatibility

Capabilities
planning before starting migration work on a p · validating after migration work is done, confi · step 1: identify the migration scope · step 2: screen each insight for applicability · step 3: document risks and recommended actions
Use cases
documentation
From the docs

What reviewing-oracle-to-postgres-migration says it does

name: reviewing-oracle-to-postgres-migration
SKILL.md
npx skills add https://github.com/github/awesome-copilot --skill reviewing-oracle-to-postgres-migration

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.7k
repo stars37.1k
Security audit3 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorygithub/awesome-copilot

What problem does reviewing-oracle-to-postgres-migration solve for developers using the documented workflows?

'Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions,

Who is it for?

Developers working with reviewing-oracle-to-postgres-migration patterns described in the skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill documented scope.

When should I use this skill?

Use when 'Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences empty strings, refcursors, type coercion, sorting, timestamps, concu

What you get

Actionable reviewing-oracle-to-postgres-migration guidance grounded in SKILL.md workflows and reference files.

  • migration risk findings
  • behavioral difference checklist
  • test coverage gaps

Files

SKILL.mdMarkdownGitHub ↗

Oracle-to-PostgreSQL Database Migration

Surfaces migration risks and validates migration work against known Oracle/PostgreSQL behavioral differences documented in the references/ folder.

When to use

1. Planning — Before starting migration work on a procedure, trigger, query, or refcursor client. Identify which reference insights apply so risks are addressed up front. 2. Validating — After migration work is done, confirm every applicable insight was addressed and integration tests cover the new PostgreSQL semantics.

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. 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, 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.

Related skills

FAQ

Who is reviewing-oracle-to-postgres-migration for?

Developers and software engineers working with reviewing-oracle-to-postgres-migration patterns described in the skill documentation.

When should I use reviewing-oracle-to-postgres-migration?

When 'Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences empty strings, refcursors, type coercion, sorting, timestamps, concu.

Is reviewing-oracle-to-postgres-migration safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.