neo4j-migration-skill
仓库创建 2026年1月20日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由
提供跨语言迁移要点与差异修复,适合升级项目
▸ 风险提示
升级前请在测试环境验证兼容性与数据备份
这个 Skill 做什么
将旧版 Neo4j 驱动与 Cypher 查询迁移到新版兼容语法与 API
把旧版 Neo4j 驱动和 Cypher 代码升级到新版兼容写法,覆盖 Python、Node.js、Java、.NET、Go 等语言的包名、移除/替换的 API 和 Cypher 语法差异。适合项目要升级到新主版本(如 2025/2026、Cypher 25)时使用,会给出可直接打补丁的修复建议,帮你避开常见兼容问题。
98
Stars
35
Forks
29
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-migration-skill/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-migration-skill/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: neo4j-migration-skill description: Migrates Neo4j driver code and Cypher queries from older versions (4.x, 5.x) to current (2025.x/2026.x, Cypher 25). Covers Python, JavaScript/Node.js, Java, .NET, and Go drivers — package renames, removed APIs, version requirements, diff-ready fixes. Also handles Cypher syntax migration: QPE paths, CALL subqueries, id() → elementId(), PERIODIC COMMIT → CALL IN TRANSACTIONS, and all Cypher 25 removals. Does NOT write new Cypher queries — use neo4j-cypher-skill. Does NOT cover DB administration or server ops — use neo4j-cli-tools-skill. Does NOT provision new Neo4j instances — use neo4j-getting-started-skill. allowed-tools: WebFetch Ba
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有