oracle▌
10 indexed skills · max 10 per page
planning-oracle-to-postgres-migration-integration-testing
github/awesome-copilot · Testing
Analyze a single target project to identify data access artifacts that require integration testing, then produce a structured, actionable testing plan.
oracle-db-skills
krisrice/oracle-db-skills · Productivity
A collection of 103 standalone reference guides for Oracle Database. Each file covers one topic with explanations, practical examples, best practices, and common mistakes.
oracle-codex
paulrberg/agent-skills · Productivity
Use OpenAI Codex CLI as a read-only oracle — planning, review, and analysis only. Codex provides its perspective; you synthesize and present results to the user.
creating-oracle-to-postgres-migration-bug-report
github/awesome-copilot · Productivity
Use the template in references/BUG-REPORT-TEMPLATE.md. Each report must include:
migrating-oracle-to-postgres-stored-procedures
github/awesome-copilot · Productivity
Translate Oracle PL/SQL stored procedures and functions to PostgreSQL PL/pgSQL equivalents.
creating-oracle-to-postgres-migration-integration-tests
github/awesome-copilot · Testing
Generates integration test cases for data access artifacts in a single target project. Tests validate behavior consistency when running against Oracle or PostgreSQL.
oracle
steipete/clawdis · Productivity
Oracle bundles your prompt + selected files into one “one-shot” request so another model can answer with real repo context (API or browser automation). Treat output as advisory: verify against code + tests.
reviewing-oracle-to-postgres-migration
github/awesome-copilot · Productivity
Surfaces migration risks and validates migration work against known Oracle/PostgreSQL behavioral differences documented in the references/ folder.
creating-oracle-to-postgres-master-migration-plan
github/awesome-copilot · Productivity
Analyze a .NET solution, classify every project for Oracle→PostgreSQL migration eligibility, and write a structured plan that downstream agents and skills can parse.
scaffolding-oracle-to-postgres-migration-test-project
github/awesome-copilot · Testing
Creates a compilable, empty xUnit test project with transaction management and seed data infrastructure for a single target project. Run once per project before writing tests.