code-impact-analysis
Safely analyze code impact before refactors, behavior changes, API changes, and cross-module edits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Safely analyze code impact before refactors, behavior changes, API changes, and cross-module edits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Choose the right code intelligence tool before searching, navigating, refactoring, or analyzing a codebase.
Check whether global code intelligence tools are installed and configured consistently.
Build a compact architecture map of a repository using CGC, Semble, rg, and source reads.
| name | code-impact-analysis |
| description | Safely analyze code impact before refactors, behavior changes, API changes, and cross-module edits. |
| execution_mode | docs_only |
| supported_agents | ["codex","claude"] |
Builds a verified impact set before changing shared behavior, public interfaces, state stores, routes, API DTOs, database models, feature flags, or memory/transcription flows.
Use this before any refactor or behavior change where missing one caller could break the product.
rg.rg.Useful commands:
rg -n "symbolName\\(" .
uvx --from semble==0.2.0 semble search "similar usage of symbolName" .
cgc analyze callers symbolName --context "$(basename "$PWD")"
cgc analyze calls symbolName --context "$(basename "$PWD")"
cgc analyze complexity --limit 20 --context "$(basename "$PWD")"
rg and Serena disagree, inspect both results. Generated code, dynamic dispatch, and framework magic can explain the difference.rg or Serena, treat CGC as incomplete until verified.