MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Creating-Oracle-To-Postgres-Migration-Bug-Report

Creating-Oracle-To-Postgres-Migration-Bug-Report是一款code方向的AI技能,核心价值是Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration,可用于解决开发者在code领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and PostgreSQL as actionable bug reports with severit

Last verified on: 2026-05-30
mkdir -p ./skills/creating-oracle-to-postgres-migration-bug-report && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/creating-oracle-to-postgres-migration-bug-report/SKILL.md -o ./skills/creating-oracle-to-postgres-migration-bug-report/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Creating Bug Reports for Oracle-to-PostgreSQL Migration


When to Use


- Documenting a defect caused by behavioral differences between Oracle and PostgreSQL

- Writing or reviewing a bug report for an Oracle-to-PostgreSQL migration project


Bug Report Format


Use the template in [references/BUG-REPORT-TEMPLATE.md](references/BUG-REPORT-TEMPLATE.md). Each report must include:


- **Status**: ✅ RESOLVED, ⛔ UNRESOLVED, or ⏳ IN PROGRESS

- **Component**: Affected endpoint, repository, or stored procedure

- **Test**: Related automated test names

- **Severity**: Low / Medium / High / Critical — based on impact scope

- **Problem**: Expected Oracle behavior vs. observed PostgreSQL behavior

- **Scenario**: Ordered reproduction steps with seed data, operation, expected result, and actual result

- **Root Cause**: The specific Oracle/PostgreSQL behavioral difference causing the defect

- **Solution**: Changes made or required, with explicit file paths

- **Validation**: Steps to confirm the fix on both databases


Oracle-to-PostgreSQL Guidance


- **Oracle is the source of truth** — frame expected behavior from the Oracle baseline

- Call out data layer nuances explicitly: empty string vs. NULL, type coercion strictness, collation, sequence values, time zones, padding, constraints

- Client code changes should be avoided unless required for correct behavior; when proposed, document and justify them clearly


Writing Style


- Plain language, short sentences, clear next actions

- Present or past tense consistently

- Bullets and numbered lists for steps and validations

- Minimal SQL excerpts and logs as evidence; omit sensitive data and keep snippets reproducible

- Stick to existing runtime/language versions; avoid speculative fixes


Filename Convention


Save bug reports as `BUG_REPORT_<DescriptiveSlug>.md` where `<DescriptiveSlug>` is a short PascalCase identifier (e.g., `EmptyStringNullHandling`, `RefCursorUnwrapFailure`).

🎯 Best For

  • Technical writers
  • API documentation teams
  • Claude users
  • GitHub Copilot users
  • Software engineers

💡 Use Cases

  • Generating JSDoc/TSDoc comments
  • Writing README files for new projects
  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Creating-Oracle-To-Postgres-Migration-Bug-Report to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Does it follow my documentation style?

Most documentation skills respect existing style. Provide a style guide or example in your prompt.

Is Creating-Oracle-To-Postgres-Migration-Bug-Report compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Creating-Oracle-To-Postgres-Migration-Bug-Report?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Creating-Oracle-To-Postgres-Migration-Bug-Report?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/creating-oracle-to-postgres-migration-bug-report/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Auto-generating without reviewing

AI documentation can contain inaccuracies. Always verify technical accuracy.

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills