spmallette opened a new pull request, #3462: URL: https://github.com/apache/tinkerpop/pull/3462
Introduces the tinker-review skill, which reviews TinkerPop PRs by building a code knowledge graph from PR source, enriching it with domain playbooks, running structural analyses, and producing an HTML evidence package. Pipeline: - Extraction: tree-sitter parses PR sources into vertices/edges - Graph: populate a Gremlin graph (Docker-backed), with an OLAP source for connectedComponent()-based cluster analysis - Enrichment: CLI + session files so agents can add semantic relationships; multi-domain classification per PR - Patterns: centrality, blast-radius, clusters, architecture, completeness, coverage-gaps, and orphan analysis - Discovery: pull related JIRA, dev-list, and PR discussions - Rendering: deterministic HTML report generated from evidence, with PR title/body fetched from the GitHub API Lifecycle is split into setup/phase1/teardown, driven from session.json. Playbooks cover bug-fix, driver-server, glv, grammar, new-step, and general PRs. Adds ASF license headers and gitignores generated reports. Also renames the tinkerpop-dev skill to tinker-dev and updates bin/agent-setup.sh accordingly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
