remove-ai-slops
Remove AI-generated code smells (slop) from branch changes or an explicit file list. Locks behavior with regression tests FIRST, then runs categorized cleanup via parallel `deep` agents in batches of 5, then verifies with quality gates. Covers 10 slop categories including performance equivalences, excessive complexity (object annotations, if/elif variant chains), and oversized modules (250+ pure LOC with mandatory modular refactoring). MUST USE when the user asks to "remove slop", "clean AI code", "deslop", "clean up AI-generated code", "remove AI slop", or wants to clean up AI-generated patterns from recent changes. Triggers - "remove ai slops", "clean ai code", "deslop", "cleanup AI generated", "remove AI slop", "clean up AI-generated code", "strip slop", "ai-slop cleanup".
适合你,如果经常需要清理AI助手生成的冗余或低效代码
npx oh-my-skill add code-yeongyu/oh-my-openagent/remove-ai-slopscurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- code-yeongyu/oh-my-openagent/remove-ai-slopsnpx oh-my-skill verify code-yeongyu/oh-my-openagent/remove-ai-slops怎么用
商店整理自技能原文 · 版本 ace1339 · 表述以原文为准自动移除AI生成的代码异味。先写回归测试锁定行为,然后并行分批(每批5个文件)执行10类分类清理(包括性能等价、过度复杂度、超大模块等),最后验证质量门。
当用户说出“remove slop”、“clean AI code”、“deslop”等关键词,或要求清理AI生成的代码模式时触发。