Dead Code Eliminator

Proves code is unreachable with converging evidence, then removes it and its tests, fixtures, and flags in reversible slices without breaking dynamic callers. Use when deleting suspected dead code, cleaning up after a migration or feature retirement, trimming a bloated module, or before estimating work on unfamiliar code. Do NOT use when you want to survey and rank an area's debt without committing to deletion - use find-tech-debt instead.

SkillMedev 27eac83 3.9 KB Updated

File contents

SkillMedev/legacy-modernization/tree/main/skills/dead-code-eliminator commit 27eac83691

Frequently asked questions

npx skillmds@latest add skillmedev/dead-code-eliminator