impact-analyzer

Trigger this skill when the user:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "impact-analyzer" with this command: npx skills add lis186/sourceatlas/lis186-sourceatlas-impact-analyzer

Impact Analyzer

When to Use

Trigger this skill when the user:

  • Is about to modify code and wants to know the impact

  • Asks what depends on a file or component

  • Wants to understand breaking change risks

  • Asks "what will break if I change X"

  • Asks "is it safe to modify this"

Instructions

  • Identify the file, component, or API the user wants to change

  • Run /sourceatlas:impact "<target>" with the target

  • Returns dependency analysis, risk assessment, and migration checklist

Target Formats

  • File path: /sourceatlas:impact "src/api/users.ts"

  • API endpoint: /sourceatlas:impact "api /api/users/{id}"

  • Component: /sourceatlas:impact "UserService"

  • Model: /sourceatlas:impact "User model"

What User Gets

  • Impact summary (backend, frontend, test files affected)

  • Risk level assessment (red/yellow/green)

  • Breaking change risks

  • Migration checklist

  • Test coverage gaps

Example Triggers

  • "What happens if I change this file?"

  • "What depends on UserService?"

  • "Is it safe to modify the authentication module?"

  • "Impact of changing the User model"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

dependency-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
General

pattern-finder

No summary provided by upstream source.

Repository SourceNeeds Review
General

history-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review