Oracle 转 PostgreSQL 迁移审查

原名:reviewing-oracle-to-postgres-migration

对照已知行为差异审查迁移代码中的兼容风险。

中文 Skills 技能说明

适合代码转换后、上线前的专项评审。检查空字符串、类型、排序、事务和过程调用等证据,给出精确位置与修复建议;不连接生产库,也不把静态审查当成验收完成。

上游能力依据

上游原始适用说明:Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting/collations, UNION ALL planner risks, materialized-view refresh requirements, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.

上游 SKILL.md 主要章节(保留原文标题):

使用边界

先复现问题并固定测试范围,再生成或执行测试。测试通过只能证明已覆盖的场景,不能代替生产环境验收。

作者、翻译与许可证

原作者
GitHub, Inc. 与 awesome-copilot contributors
中文翻译
CEOFans翻译
许可证
MIT
上游来源
https://github.com/github/awesome-copilot/tree/bbaa5872640e6cbae953beb22a71ae337398ca12/skills/reviewing-oracle-to-postgres-migration

适用范围

平台:linux、macos、windows;标签:测试与质量、Oracle 转 PostgreSQL 迁移审查

安全提示

基础静态扫描不等于绝对安全。技能可能调用命令、浏览器、云服务或本地文件,请在最小权限环境中使用,高风险操作必须人工确认。

如发现侵权、许可证或安全问题,可在本页前台提交投诉,管理员复核后可立即下架。