deslop
Installation
SKILL.md
Check diff against main and remove all AI generated code slop introduced in this branch. Report at the end with only a 1-3 sentence summary of what you changed.
- Check diff: Check diff against main to see what was introduced in this branch
- Identify slop: Identify AI-generated slop (extra comments that a human wouldn't add or is inconsistent with the rest of the file, 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)
- Remove slop: Remove all identified AI-generated slop
- Report: Provide 1-3 sentence summary of what you changed