Find unused Python code before cleanup refactors with Vulture
Installation
SKILL.md
Find unused Python code before cleanup refactors with Vulture
Run a dead-code pass on Python repositories before refactors so agents can flag unused functions, classes, imports, and variables instead of deleting blindly.
Prerequisites
Python 3, pip, Vulture CLI
Installation
Use the upstream install or setup path that matches your environment:
- $ pip install vulture
- make some modifications.
- make it harder to read.
Requirements and caveats from upstream: