dev-ai-slop-cleaner

Detect AI-generated code bloat patterns and propose simplified replacements.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill dev-ai-slop-cleaner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-ai-slop-cleaner
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/dev-ai-slop-cleaner
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill dev-ai-slop-cleaner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes the common bloat left by LLM-generated code such as single-use helpers, over-abstractions, generic naming, excessive configurability, and contextless TODO/HACK comments so maintainers get concise, readable, and intention-revealing code.

Core Features & Use Cases

  • Scans recent diffs or multi-file AI-generated bursts to identify five signature patterns: single-use helpers, over-abstractions, generic names, unrequested configurability, and stray TODO/HACK comments.
  • Proposes simplified, behavior-preserving replacements and human-reviewable edits, and coordinates handoff to executors or batch cleaners for application and verification.
  • Useful after automated feature generation (dev-autopilot), multi-file LLM outputs, or any "deslop" request to turn noisy AI output into maintainable code.

Quick Start

Scan the recent diff and propose simplified replacements for single-use helpers, over-abstractions, generic names, TODO/HACK comments, and unrequested configurability.

Frequently Asked Questions about dev-ai-slop-cleaner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove AI-generated code bloat from recent diffs?

To remove AI-generated code bloat, scan recent diffs to identify single-use helpers, over-abstractions, generic names, TODO/HACK comments, and unrequested configurability, then propose behavior-preserving simplified replacements. This process strips unnecessary additions to produce concise, maintainable code.

What is AI code slop and how does it affect technical debt?

AI code slop consists of single-use helpers, over-abstractions, excessive configurability, and contextless TODO/HACK comments left by LLM patches. This bloat increases technical debt by making code harder to read and maintain, requiring behavior-preserving simplified replacements to resolve.

How do I refactor multi-file LLM patches into maintainable code?

Refactor multi-file LLM patches by scanning for signature bloat patterns like generic naming and unrequested configurability. The cleanup process proposes simplified, behavior-preserving replacements and prepares actionable patches for executors to apply without regressions.

Can I clean up automated executor diffs without causing behavioral regressions?

Yes, you can clean automated executor diffs by proposing behavior-preserving simplified replacements for detected bloat patterns. The process prepares actionable patches and produces verification reports to confirm no behavioral regressions occur during the code cleanup.

What's the best way to deslop dev-autopilot outputs?

The best way to deslop dev-autopilot outputs is to scan the generated bursts for five signature bloat patterns and propose human-reviewable edits. This coordinates handoff to batch cleaners for application and verification, turning noisy AI output into maintainable code.

When should I not use an automated code cleanup tool for AI patches?

You should avoid automated code cleanup when recent changes lack distinct bloat signatures like single-use helpers or stray TODO comments. Since the tool proposes behavior-preserving replacements, manually verifying complex logic is necessary if the AI patch introduces intricate, necessary abstractions.