What problem does it solve?
This Skill identifies and helps you remove "AI code slop" – redundant, unreadable, or unnecessarily complex code patterns often generated by AI, which make codebases difficult to maintain.
Core Features & Use Cases
- Slop Detection: Scans code for specific anti-patterns like excessive comments, vacuous tests, over-abstraction, and context-blind reinvention.
- Roast Generation: Provides a detailed explanation of why the code is considered "slop" and offers actionable advice for fixing it.
- Use Case: You've used an AI to generate a Python script and suspect it's overly verbose or contains unhelpful comments. This Skill will analyze the code, pinpoint the "slop," and suggest how to simplify it.
Quick Start
Use the unslop-code skill to scan your uncommitted changes for AI code slop.