What problem does it solve?
Dead code clutter weighs down maintenance and slows the development cycle. /zombie identifies code paths and artifacts that are no longer load-bearing, including unused models, replaced service methods, stale constants, obsolete migrations, and dead feature branches.
Core Features & Use Cases
- Scans the repository for zombie candidates across six categories: Models with no callers, Service methods with no callers, Constants with no references, Dead cron jobs, Dead migrations, and Dead feature code.
- Produces a precise list of dead-code candidates with contextual guidance for safe removal and justification.
- Provides an auditable workflow to confirm references and prevents accidental deletion by flagging uncertain items for review.
Quick Start
Run the zombie scan to locate dead code candidates and safely remove unused artifacts.