Skip to main content
AI/MLgithub

planning-oracle-to-postgres-migration-integration-testing

Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured testing plan. Use when planning integration test coverage for a migrated project, identifying which data access methods need tests, or preparing for Oracle-to-PostgreSQL migration validation.

Stars
34,159
Source
github/awesome-copilot
Updated
2026-05-29
Slug
github--awesome-copilot--planning-oracle-to-postgres-migration-integration-testing
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/github/awesome-copilot/HEAD/plugins/oracle-to-postgres-migration-expert/skills/planning-oracle-to-postgres-migration-integration-testing/SKILL.md -o .claude/skills/planning-oracle-to-postgres-migration-integration-testing.md

Drops the SKILL.md into .claude/skills/planning-oracle-to-postgres-migration-integration-testing.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.