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
- Get the diff against main branch
- For each changed file, analyze patterns to remove
- Make edits to remove identified slop
- 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.