Loading...
Loading...
Removes AI-generated code slop from git diffs to maintain code quality
npx skill4agent add jellydn/my-ai-tools slop/slop [branch-name]/slop mainany# Compare against main branch
git diff main...HEAD --stat
# Or against specific branch
git diff $1 --statany# Show remaining changes
git diff --stat
# Check tests still pass
npm testx as any