Flag Cleanup
Automates the identification and removal of obsolete feature flags and dead code branches to minimize technical debt.
Automates the identification and removal of obsolete feature flags and dead code branches to minimize technical debt.
The Flag Cleanup skill is designed to streamline codebase maintenance by systematically removing deprecated feature flags. It helps developers safely delete conditional logic, unused imports, and associated test cases once a feature has been fully rolled out or retired. By automating this tedious refactoring task, the skill ensures that codebases remain clean, readable, and free from the complexity of 'permanent' toggles that no longer serve a purpose.
