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 a branch diff and strips out those artifacts while preserving intended behavior. ## Core Features & Use Cases - Diff-Based Cleanup: Checks the diff against a chosen base branch and removes slop introduced in that branch only. - Targeted Pattern Removal: Eliminates unnecessary comments, abnormal defensive checks and try/catch blocks, casts to any, and deeply nested code that should use early returns. - Behavior Preservation: Keeps behavior unchanged unless fixing a clear bug, and preserves unrelated user or agent changes. - Use Case: After an AI agent generates a large feature branch, run this Skill before opening a pull request to tighten the code so reviewers see clean, idiomatic changes. ## Quick Start Ask the assistant to deslop the current branch diff against the main branch and remove AI-generated artifacts without changing behavior.