What problem does it solve?
EZVals has accumulated technical debt and bloat that makes the codebase harder to understand and maintain. This Skill provides a disciplined approach to trimming unused code, simplifying modules, and preserving existing behavior and performance.
Core Features & Use Cases
- Audit the codebase to identify dead code, redundant logic, and over-engineering that can be removed without affecting external behavior.
- Incremental refactor to simplify large modules, extract essential functionality, and reduce noise while keeping interfaces stable.
- Use Case: When preparing a release, you run this Skill to produce a leaner codebase with improved readability and maintainability, then run tests to confirm no regressions.
Quick Start
Run cleanup workflow locally and verify behavior with the existing integration tests.