with one click
release
// Internal maintainer skill for cutting graphistry-skills releases (changelog bump, PR merge, semver tag, and GitHub release publish).
// Internal maintainer skill for cutting graphistry-skills releases (changelog bump, PR merge, semver tag, and GitHub release publish).
Construct and run GFQL graph queries in PyGraphistry using chain-list syntax OR Cypher strings. Covers pattern matching, hop constraints, predicates, let/DAG bindings, GRAPH constructors, and remote execution. Use when requests involve subgraph extraction, path-style matching, Cypher queries, or GPU/remote graph query workflows.
Internal maintainer skill for running, validating, and publishing eval benchmarks for this repository.
Core PyGraphistry workflow for authentication, shaping edges/nodes/hypergraphs, and plotting. Use for first-run setup, converting tables to graphs, and producing an initial interactive graph quickly and safely.
Graphistry Hub REST API specialist for auth, upload lifecycle, URL controls, sessions, and sharing safety. Use for curl/requests endpoint guidance independent of SDK choice.
Umbrella router for Graphistry workflows across SDK and API surfaces. Use to dispatch between Python SDK, REST API, and (future) JavaScript SDK workflows.
Select and use PyGraphistry connector and plugin workflows for graph databases, SQL/data platforms, SIEM/log sources, and layout/compute plugins. Use when requests involve Neo4j/Neptune/Splunk/Kusto/Databricks/SQL/TigerGraph and similar integrations.
| name | release |
| description | Internal maintainer skill for cutting graphistry-skills releases (changelog bump, PR merge, semver tag, and GitHub release publish). |
| metadata | {"internal":true} |
Use this for release operations on this repository. This is not a user-facing Graphistry domain skill.
CHANGELOG.md [Development]release/vX.Y.Z -> main)mainFollow RELEASE.md in the repo root. Key commands:
python3 scripts/ci/validate_release.py --pre # 1. preflight
python3 scripts/ci/validate_release.py --pr # during PR review
python3 scripts/ci/validate_release.py --post vX.Y.Z # after release
main.RELEASE.md — full step-by-step release guidescripts/ci/validate_release.py — automated pre/post/PR checksCHANGELOG.md.agents/skills/internal/benchmarks/SKILL.md