ワンクリックで
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 職業分類に基づく
Safety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.
Review uncommitted changes using impact analysis. Quick local delta review with blast-radius detection.
Comprehensive PR review -- full branch diff against base, commit-by-commit analysis, breaking change detection, conventional commit verification.
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 graph with action="stats".
Build the graph by calling graph:
graph(action="build", full_rebuild=True)graph(action="update") (incremental by default)Verify by calling graph(action="stats") again and report the results:
.code-review-graph/graph.db) in the repo root.code-review-graphignore are skipped