impact-check
Installation
SKILL.md
Skill: impact-check
Purpose
Before modifying any symbol (function, class, variable, config key), map everything that depends on it so no callers are blindsided.
When to use
- Before any edit to a shared utility, base class, or widely-imported module
- Before renaming or deleting anything
- As the first step of
safe-changeorpropose