This scaffolds the test infrastructure you need before writing integration tests for an Oracle to Postgres migration in .NET. It creates an xUnit project with transaction rollback on every test so you're never polluting your database, plus a seed data manager that loads test data inside those transactions. The workflow inspects your target project to match .NET versions exactly, sets up Oracle connectivity first (since Oracle is the source of truth for expected behavior), and verifies everything compiles before you start writing actual tests. It's focused on setting up the plumbing once so your test cases stay clean. If you're migrating databases and need repeatable tests that don't leave artifacts behind, this handles the boring setup work.
npx -y skills add github/awesome-copilot --skill scaffolding-oracle-to-postgres-migration-test-project --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot