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.
npx claudepluginhub lis186/sourceatlas --plugin sourceatlasThis skill uses the workspace's default tool permissions.
Trigger this skill when the user:
Analyzes 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 impact of changing a function by listing direct callers, affected files, dependencies, and risk assessment. Useful when refactoring or assessing code changes.
Share bugs, ideas, or general feedback.
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"