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.