impact-analyst-ast

Community

Analyze code for breaking changes.

AuthordjpTester44
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers identify potential breaking changes in Python codebases by pinpointing all definitions and usages of a specific symbol, reducing the risk of introducing bugs during refactoring or renaming operations.

Core Features & Use Cases

  • Symbol Definition Tracking: Locates where a class, function, or variable is defined.
  • Symbol Usage Tracking: Finds all instances where a symbol is used throughout the codebase.
  • Impact Analysis: Predicts the ripple effect of changes to a symbol, aiding in safe refactoring.
  • Use Case: Before renaming a widely used function, use this Skill to ensure all its occurrences are identified and updated correctly.

Quick Start

Run the find_usages.py script to find all usages of the 'MyClass' symbol within the current directory.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: impact-analyst-ast
Download link: https://github.com/djpTester44/iocane/archive/main.zip#impact-analyst-ast

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.