This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 2e39d13f84396ff37f9737a5e245b4c00f581874
Merge: 8b977a16c8 700168de8a
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Aug 10 14:18:34 2026 -0400

    Merge branch '3.8-dev'
    
    # Conflicts:
    #       .gitignore
    #       .skills/tinker-review/SKILL.md
    #       .skills/tinker-review/scripts/review.js

 .skills/tinker-review/SKILL.md                          | 2 +-
 .skills/tinker-review/scripts/review.js                 | 2 +-
 docs/src/dev/developer/development-environment.asciidoc | 7 +++++++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --cc docs/src/dev/developer/development-environment.asciidoc
index cb942a7f28,f21485aaf1..081aa03d99
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@@ -464,9 -482,16 +464,16 @@@ TinkerPop provides development guidanc
  open Agent Skills standard:
  
  * `tinker-dev` covers project conventions, coding standards, build and test 
recipes for each Gremlin Language Variant,
 -development environment setup and Gremlin MCP server usage, along with a 
verification script in `scripts/`
 +and development environment setup, along with a verification script in 
`scripts/`
  * `tinker-doc` covers documentation authoring and review, meaning the 
per-book voice, the executable Gremlin code-block
  pipeline, and AsciiDoc conventions
+ * `tinker-review` covers review of a pull request by number, building a 
knowledge graph from the changed source and
+ analyzing it against domain playbooks to produce an evidence report
+ 
+ Unlike the other two, `tinker-review` depends on more than the repository. It 
requires Docker, Node.js 20 or newer, a
+ remote that fetches from `apache/tinkerpop`, and a one-time `npm install 
--prefix .skills/tinker-review` to install its
+ dependencies. A review runs against the branch the pull request targets 
rather than the branch that is checked out, so
+ any checkout can review any pull request.
  
  Tools that support Agent Skills (Claude Code, GitHub Copilot, Cursor, OpenAI 
Codex, JetBrains Junie, Kiro, and others)
  will discover and activate a skill automatically when it is placed in the 
tool's expected directory. A setup script is

Reply via email to