From sourceatlas
Analyzes impact of changes to files, APIs, components, or models. Provides dependency analysis, risk assessment, breaking changes, migration checklist, and test coverage gaps before modifications.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sourceatlas:impact-analyzerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger this skill when the user:
Trigger this skill when the user:
/sourceatlas:impact "<target>" with the target/sourceatlas:impact "src/api/users.ts"/sourceatlas:impact "api /api/users/{id}"/sourceatlas:impact "UserService"/sourceatlas:impact "User model"npx claudepluginhub lis186/sourceatlas --plugin sourceatlasAnalyzes blast radius, risk level, direct/indirect dependents, tests, and reviewers before file changes. Use for production code, refactoring, or paths like payment/auth/billing/security.
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.