ワンクリックで
review-changes
Perform a structured code review using change detection and impact
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Perform a structured code review using change detection and impact
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Systematically debug issues using graph-powered code navigation
Navigate and understand codebase structure using the knowledge graph
Plan and execute safe refactoring using dependency analysis
Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.
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 | Review Changes |
| description | Perform a structured code review using change detection and impact |
Perform a thorough, risk-aware code review using the knowledge graph.
detect_changes_tool to get risk-scored change analysis.get_affected_flows_tool to find impacted execution paths.query_graph_tool with pattern="tests_for" to check test coverage.get_impact_radius_tool to understand the blast radius.Provide findings grouped by risk level (high/medium/low) with:
get_minimal_context(task="<your task>") before any other graph tool.detail_level="minimal" on all calls. Only escalate to "standard" when minimal is insufficient.