skills/modelscope.cn/eng-ai-slop-remover

eng-ai-slop-remover

SKILL.md

AI Slop Remover

Remove AI-generated code patterns that are inconsistent with human-written code in the codebase.

Workflow

  1. Get the diff against main branch
  2. For each changed file, analyze patterns to remove
  3. Make edits to remove identified slop
  4. Report a 1-3 sentence summary of changes

Step 1: Get the Diff

git diff main --name-only

Then view each changed file to understand existing code style.

Installs
1
First Seen
May 26, 2026
eng-ai-slop-remover from modelscope.cn