Очистка AI-кода без изменения поведения

★ 8.5 · vibe-coding

ai-slop-cleaner is a Claude Code skill that removes AI-generated code slop through a deletion-first, regression-safe workflow without drifting scope or changing intended behavior. It targets duplication, dead code, needless abstractions, boundary violations, and weak test coverage — classifying each smell before touching any file. The skill requires writing a cleanup plan and locking behavior with focused regression tests first; scope can be bounded to an explicit file list or a set of changed files from a prior session. An optional `--review` flag enforces a strict writer/reviewer split, preventing a single pass from both making and approving high-impact changes. Ideal for developers cleaning up bloated or repetitive code left behind by AI-assisted implementation.