원클릭으로
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 직업 분류 기준
Plan and track implementation work using the Task DAG system. Create structured task trees linked to real code, enforce single-pipeline discipline, and generate handoff context for coders.
Deep structural analysis of codebase using communities, flows, wiki, and embedding search. Understand architecture, execution paths, and module boundaries without reading files.
Trace data flow, analyze edit regions before coding, and search across multiple registered repositories. Use before editing to understand blast radius at line-level precision.
Safe, graph-powered refactoring with dead code detection, rename preview, workspace audit, and SCIP export. Always preview before applying.
Review a PR or branch diff using the knowledge graph for full structural context. Outputs a structured review with blast-radius analysis.
| 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_tool(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_tool() (incremental update).
Get review context by calling get_review_context_tool(). This returns:
summary_only=True first on large diffs to see scope (counts only, <1 KB), then without it for full details.md, .txt, .yaml, .json, etc.) return code_changes: 0 immediately with no snippets — no wasted tokensAnalyze 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_graph_tool(pattern="tests_for", target=<function_name>)Report findings in a structured format: