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:

  • PyPI Version
  • Vulture finds unused code in Python programs. This is useful for
  • Due to Python's dynamic nature, static code analyzers like Vulture are
Installs
–
GitHub Stars
42
First Seen
–
Find unused Python code before cleanup refactors with Vulture — agentskillexchange/skills