
from maddhruv
Dead code and dependency cleanup across the entire repository.
Absolute Prune is designed to eliminate 'dead growth' from a repository. It identifies and removes unused dependencies, unreferenced exports, unreachable code, and orphaned files based on evidence from static analysis tools.
depcheck or knip.deptry, vulture, or ruff.go mod tidy and deadcode.Note: Unlike absolute-simplify which focuses on the current git diff, absolute-prune sweeps the entire committed repository.
This skill has not been reviewed by our automated audit pipeline yet.