What problem does it solve?
This Skill helps identify potentially removable code and artifacts like compatibility shims, dead code, or stale configurations, providing an evidence-backed report for safe cleanup.
Core Features & Use Cases
- Compatibility Shim Detection: Finds code written to support older versions or specific environments.
- Dead Code Identification: Locates unused modules, functions, commented-out blocks, or unreachable code.
- Stale Artifact Reporting: Flags outdated documentation, scripts, or configuration files.
- Use Case: A project has been around for years, and you suspect much of the older code is no longer necessary. This Skill will scan the codebase and provide a prioritized list of what can likely be removed, along with the evidence for each finding.
Quick Start
Use the code-housekeeping skill to scan the current repository for dead code and compatibility shims.