What problem does it solve? AI coding assistants often leave behind unnecessary comments, defensive checks, type casts, and deeply nested logic that clutter a codebase. This Skill reviews the diff against main and strips out that slop while preserving behavior. ## Core Features & Use Cases - Slop Detection: Identifies unnecessary comments, abnormal try/catch blocks, casts to any, and deeply nested code inconsistent with the surrounding style. - Guardrailed Cleanup: Keeps behavior unchanged unless fixing a clear bug, and prefers minimal, focused edits over broad rewrites. - Use Case: After an AI assistant implements a feature branch, run this Skill before opening a pull request to remove leftover AI artifacts and align the code with the existing codebase style. ## Quick Start Review the diff of my current branch against main and remove any AI-generated code slop while keeping behavior unchanged.