neo4j-cypher-skill
显著加速写查询与排查慢查询,适合开发与数据工程场景。
生成的写入或删除语句需人工审核以免误操作或数据破坏。
生成、优化与校验针对 Neo4j(2025/2026)的 Cypher 查询语句。
帮你写、优化和校验针对 Neo4j(2025/2026)的 Cypher 查询,从 MATCH、MERGE 到子查询、LOAD CSV、向量/全文检索都能覆盖。适合编写新查询、排查慢查询、做图模式匹配或批量写入时使用,不用自己反复调优。特别能给出索引、表达式和子查询的优化建议,但不做驱动迁移或数据库运维类操作。
▸ 展开 SKILL.md 英文原文
Generates, optimizes, and validates Cypher 25 queries for Neo4j 2025.x and 2026.x. Use when writing new Cypher queries, optimizing slow queries, graph pattern matching, vector or fulltext search, subqueries, or batch writes. Covers MATCH, MERGE, CREATE, WITH, RETURN, CALL, UNWIND, FOREACH, LOAD CSV, SEARCH, expressions, functions, indexes, and subqueries. Does NOT handle driver migration or API changes — use neo4j-migration-skill. Does NOT cover DB administration or server ops — use neo4j-cli-tools-skill.
帮我安装这个 skill:https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-cypher-skill/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-cypher-skill/SKILL.md"## When to Use - Writing, optimizing, or debugging Cypher queries - Graph pattern matching, QPEs, variable-length paths - Vector/fulltext search, subqueries, batch writes, LOAD CSV ## When NOT to Use - **Driver migration/API changes** → `neo4j-migration-skill` - **DB admin** (users, config, backups) → `neo4j-cli-tools-skill` - **Hybrid search that combines vector with fulltext or other ranked sources** → `neo4j-vector-index-skill` GQL conformance note: `LET`, `FINISH`, `FILTER`, and `INSERT` are valid Cypher 25 clauses (introduced via GQL conformance, mostly in Neo4j 2025.06). On older versions, fall back to `WITH` / (omit RETURN) / `WHERE` / `CREATE`. `INSERT` requires `&`-separated multi