一键导入
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 页面并帮你完成安装。
基于 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 a PR or branch diff using the knowledge graph for full structural context. Outputs a structured review with blast-radius analysis.
Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.
| 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 help(topic="graph") for the full actions reference. Use ONLY changed nodes + 2-hop neighbors in context.
Ensure the graph is current by calling graph(action="update").
Get review context by calling review(). This returns:
Analyze the blast radius by reviewing the impacted_nodes and impacted_files in the context. Focus on:
Perform the review using the context. For each changed file:
query(action="query", pattern="tests_for", target=<function_name>)Report findings in a structured format: