What problem does it solve?
Removes the common bloat left by LLM-generated code such as single-use helpers, over-abstractions, generic naming, excessive configurability, and contextless TODO/HACK comments so maintainers get concise, readable, and intention-revealing code.
Core Features & Use Cases
- Scans recent diffs or multi-file AI-generated bursts to identify five signature patterns: single-use helpers, over-abstractions, generic names, unrequested configurability, and stray TODO/HACK comments.
- Proposes simplified, behavior-preserving replacements and human-reviewable edits, and coordinates handoff to executors or batch cleaners for application and verification.
- Useful after automated feature generation (dev-autopilot), multi-file LLM outputs, or any "deslop" request to turn noisy AI output into maintainable code.
Quick Start
Scan the recent diff and propose simplified replacements for single-use helpers, over-abstractions, generic names, TODO/HACK comments, and unrequested configurability.