一键导入
build-graph
Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.
Review a PR or branch diff using the knowledge graph for full structural context. Outputs a structured review with blast-radius analysis.
| name | build-graph |
| description | Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically. |
| argument-hint | [full] |
Build or incrementally update the persistent code knowledge graph for this repository.
Check graph status by calling the list_graph_stats MCP tool.
Build the graph by calling the build_or_update_graph MCP tool:
build_or_update_graph(full_rebuild=true)build_or_update_graph() (incremental by default)Verify by calling list_graph_stats again and report the results:
.claudette/graph.db) in the repo root.claudetteignore are skipped