概要
Dead Code Finder is a specialized capability designed to eliminate technical debt by systematically identifying and removing obsolete code. It provides actionable guidance for detecting unused functions, variables, and imports while offering specific workflows for cleaning up commented-out blocks and unreachable logic. By incorporating industry-standard tools like Vulture and Autoflake alongside safety checklists for public APIs, this skill ensures that codebases remain lean, readable, and easy to maintain without breaking essential functionality during major refactors or routine cleanup tasks.