From codescope
Analyzes impact of changing a function by listing direct callers, affected files, dependencies, and risk assessment. Useful when refactoring or assessing code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codescope:cs-impactThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze what would be affected if a function is changed.
Analyze what would be affected if a function is changed.
Use the impact_analysis MCP tool with function name: $ARGUMENTS
If no arguments given, ask which function to analyze.
Show results grouped:
npx claudepluginhub onur-gokyildiz-bhi/codescope --plugin codescopeAnalyzes impact of changes to files, APIs, components, or models. Provides dependency analysis, risk assessment, breaking changes, migration checklist, and test coverage gaps before modifications.
Analyzes blast radius of file or function changes by mapping direct and transitive dependents with lenskit_graph or grep on import patterns.
Analyzes code change impact and blast radius using OntoIndex. Answers what will break before editing, with dependency depth and risk assessment.