/configure:dead-code Check and configure dead code detection tools. When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Setting up dead code detection for a new project | Running an existing dead code scan ( , ) | | Auditing whether Knip, Vulture, or cargo-machete is configured correctly | Manually removing specific unused exports or imports | | Migrating between dead code detection tools | Debugging why a specific file is flagged as unused | | Adding dead code checks to CI/CD pipelines | Reviewing dead c…