Remove AI generated code slop from the current working directory.
Scanned 2/12/2026
Install via CLI
openskills install yulonglin/dotfiles---
name: deslop
description: Remove AI generated code slop from the current working directory.
---
# Remove AI code slop
## Instructions
Check the diff in the working directory against the current branch, and remove all AI generated slop that's uncommitted.
**Scope:** The current working directory or provided arguments.
**What to remove:**
- Extra comments that a human wouldn't add or is inconsistent with the rest of the file. Although leave them in for unintuitive things.
- Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths).
- Casts to `any` to get around type issues.
- Any other style that is inconsistent with the file.
**Report:**
At the end, provide only a 1-3 sentence summary of what you changed.
No comments yet. Be the first to comment!