What problem does it solve? AI-generated code often accumulates bloat: duplicated logic, dead code, needless abstractions, masking fallbacks, and weak test coverage. This Skill provides a disciplined cleanup workflow that removes that slop without changing behavior or triggering broad risky rewrites. ## Core Features & Use Cases - Regression-Tests-First Workflow: Locks existing behavior with targeted tests before any cleanup edit, then verifies after every pass. - Smell-by-Smell Passes: Handles fallback-like code, duplication, dead code, needless abstraction, boundary violations, UI/design slop, and missing tests in ordered, bounded passes. - Fallback Classification: Distinguishes masking fallback slop from grounded compatibility/fail-safe fallbacks, with escalation to planning workflows for ambiguous cases. - Use Case: After an AI coding session leaves a feature working but noisy, run this Skill scoped to the changed files to delete dead code, deduplicate logic, and reinforce tests while keeping the diff minimal. ## Quick Start Ask the AI to run the ai-slop-cleaner deslop workflow on the files changed in your last session, keeping behavior locked with regression tests.