ワンクリックで
review-delta
Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.
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.
Review a PR or branch diff using the knowledge graph for full structural context. Outputs a structured review with blast-radius analysis.
SOC 職業分類に基づく
| name | review-delta |
| description | Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection. |
| argument-hint | [file or function name] |
Perform a focused, token-efficient code review of only the changed code and its blast radius.
Token optimization: Before starting, call get_docs_section(section_name="review-delta") for the optimized workflow. Use ONLY changed nodes + 2-hop neighbors in context.
Ensure the graph is current by calling build_or_update_graph() (incremental update).
Get review context by calling get_review_context(). This returns:
Analyze the blast radius by reviewing the impacted_nodes and impacted_files in the context.
Perform the review using the context. For each changed file:
query_graph(pattern="tests_for", target=<function_name>)Report findings in a structured format: