What problem does it solve? AI-assisted coding often leaves behind unnecessary comments, defensive code, premature abstractions, and unrequested features that bloat pull requests and reduce maintainability. This Skill cleans up that slop before committing. ## Core Features & Use Cases - Diff-Based Cleanup: Analyzes the branch diff against main using git commands to find only the slop introduced in your changes. - Slop Pattern Detection: Targets obvious comments, defensive try/catch blocks, any casts, premature abstractions, deep nesting, and backwards-compatibility hacks. - Behavior Preservation: Verifies changes with tests and re-runs the diff to confirm only slop was removed. - Use Case: After finishing a feature branch with AI assistance, run this Skill before committing to strip boilerplate and over-engineering, leaving a clean, reviewable diff. ## Quick Start Ask the AI to run the deslop skill to clean up the current branch diff before committing.