Skip to main content
Back to the directory
github/awesome-copilotSoftware EngineeringTesting and QA

creating-oracle-to-postgres-master-migration-plan

Analyze a .NET solution, classify every project for Oracle→PostgreSQL migration eligibility, and write a structured plan that downstream agents and skills can parse.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/github/awesome-copilot --skill creating-oracle-to-postgres-master-migration-plan
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, creating-oracle-to-postgres-master-migration-plan has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: github/awesome-copilot. Canonical URL: https://skills.sh/github/awesome-copilot/creating-oracle-to-postgres-master-migration-plan.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Analyze a .NET solution, classify every project for Oracle→PostgreSQL migration eligibility, and write a structured plan that downstream agents and skills can parse. Step 1: Discover projects Find the Solution File (it has a .sln or .slnx extension) in the workspace root (ask the user if multiple exist). Parse it to extract all .csproj project references. For each project, note the name, path, and type (class library, web API, console, test, etc.). Step 2: Classify each project Scan every non-test project for Oracle indicators: Assign one classification per project: Step 3: Confirm with user Present the classified list. Let the user adjust classifications or migration ordering before finalizing. Step 4: Write the plan file Save to: .github/oracle-to-postgres-migration/Reports/Master Migration Plan.md Use this exact template — downstream consumers depend on the structure: Order projects so that shared/foundational libraries are migrated before their dependents. - NuGet references: Oracle.ManagedDataAccess , Oracle.EntityFrameworkCore (check .csproj and packages.config ) - Config entries: Oracle connection strings in appsettings.json , web.config , app.config - Code usage: OracleConnection , OracleCommand , OracleDataReader - DDL cross-references under .github/oracle-to-postgres-migration/DDL/Oracle/ (if present)

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does creating-oracle-to-postgres-master-migration-plan do?

Analyze a .NET solution, classify every project for Oracle→PostgreSQL migration eligibility, and write a structured plan that downstream agents and skills can parse.

Is creating-oracle-to-postgres-master-migration-plan good?

creating-oracle-to-postgres-master-migration-plan does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support creating-oracle-to-postgres-master-migration-plan?

creating-oracle-to-postgres-master-migration-plan currently lists compatibility with Skills CLI.

Is creating-oracle-to-postgres-master-migration-plan safe to install?

creating-oracle-to-postgres-master-migration-plan has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to creating-oracle-to-postgres-master-migration-plan?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install creating-oracle-to-postgres-master-migration-plan?

Run the following command to install creating-oracle-to-postgres-master-migration-plan: npx skills add https://github.com/github/awesome-copilot --skill creating-oracle-to-postgres-master-migration-plan

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering