code-impact-checker

Community

Identify files impacted by breaking changes.

Authorsnhrm
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill searches the codebase to locate references affected by breaking changes and assesses test coverage to focus remediation efforts effectively.

Core Features & Use Cases

  • Impact Search: Finds affected imports, API usages, and props related to breaking changes.
  • Test Coverage Check: Detects which impacted files are covered by tests and which are not.
  • Guidance: Suggests targeted fixes and test additions to close coverage gaps.
  • Use Case: After a library upgrade introduces a breaking change, identify impacted components and ensure tests cover them.

Quick Start

Scan the codebase for references to the old API and report impacted files along with test coverage status.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: code-impact-checker
Download link: https://github.com/snhrm/claude-plugin/archive/main.zip#code-impact-checker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository