Skip to content

Enhance 'Oracle-to-PostgreSQL Migration Agent' Skills and Definition#2284

Merged
aaronpowell merged 1 commit into
github:mainfrom
PrimedPaul:update-custom-agent/oracle-to-postgres-migration-expert
Jul 14, 2026
Merged

Enhance 'Oracle-to-PostgreSQL Migration Agent' Skills and Definition#2284
aaronpowell merged 1 commit into
github:mainfrom
PrimedPaul:update-custom-agent/oracle-to-postgres-migration-expert

Conversation

@PrimedPaul

@PrimedPaul PrimedPaul commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Agent definition improvements:

  • Update migration agent guidelines to prioritize extension tool usage for code migration.
  • Refine migration phases with detailed steps for pre-migration review and schema migration.

Agent/Plugin Skill Changes:

  • Add new reviewing skill references for (1) PostgreSQL materialized view refresh and (2) UNION ALL planner risks.
  • Ensure consistency in collation handling and testing strategies across skills.

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, workflow, or canvas extension file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, workflow, or canvas extension with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the main branch for this pull request.

Description

I did initial submission of this custom agent and plugin. I am still working on enterprise Oracle to Postgres migration of all applications in out portfolio. These changes lead to better and more consistent outcomes.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • New canvas extension.
  • Update to existing instruction, prompt, agent, plugin, skill, workflow, or canvas extension.
  • Other (please specify): update of existing custom agent, update the 'reviewing' skill with 2 new reference documents for collation and materialized views, update existing 'creating' integration tests, 'planning' and 'migrating' skills.

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

- Update migration agent guidelines to prioritize extension tool usage for code migration.
- Refine migration phases with detailed steps for pre-migration review and schema migration.
- Add new reviewing skill references for PostgreSQL materialized view refresh and UNION ALL planner risks.
- Ensure consistency in collation handling and testing strategies across skills.
@github-actions github-actions Bot added agent PR touches agents plugin PR touches plugins skills PR touches skills labels Jul 13, 2026
@PrimedPaul PrimedPaul marked this pull request as ready for review July 13, 2026 13:29
@PrimedPaul PrimedPaul requested a review from aaronpowell as a code owner July 13, 2026 13:29
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

⚠️ Warnings or advisories found

Scope Checked
Skills 4
Agents 1
Total 5
Severity Count
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 1

Summary

Level Finding
ℹ️ Vally currently lints SKILL.md content. Agent files were detected but skipped:
Full linter output
### Linting skills/creating-oracle-to-postgres-migration-integration-tests
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'commander@15.0.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.20.2', npm: '10.8.2' }
npm warn EBADENGINE }
npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
✅ creating-oracle-to-postgres-migration-integration-tests (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

### Linting skills/migrating-oracle-to-postgres-stored-procedures
✅ migrating-oracle-to-postgres-stored-procedures (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

### Linting skills/planning-oracle-to-postgres-migration-integration-testing
✅ planning-oracle-to-postgres-migration-integration-testing (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

### Linting skills/reviewing-oracle-to-postgres-migration
✅ reviewing-oracle-to-postgres-migration (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

### Agent files detected (not linted by vally)
ℹ️ Vally currently lints SKILL.md content. Agent files were detected but skipped:
agents/oracle-to-postgres-migration-expert.agent.md

@github-actions

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 11 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 1
ℹ️ Info 0
Severity Rule File Line Match
🟠 package-exec-command docs/README.skills.md 31 | [acreadiness-assess](../skills/acreadiness-assess/SKILL.md)<br />`gh skills install github/awesome-copilot acreadiness-assess` | Run the AgentRC readiness assessment on the curre

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@aaronpowell aaronpowell merged commit 0b950f9 into github:main Jul 14, 2026
29 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent PR touches agents plugin PR touches plugins skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants