clean-unused-code
Installation
SKILL.md
Clean Unused Code
Overview
This skill provides workflows for finding and removing unused code in projects. It uses static analysis tools to identify unreachable functions and dead code.
When to Use
Use this skill when:
- Cleaning up dead code in a project
- Removing unreachable functions
- Optimizing codebase size
- Preparing for code review or release