๐Ÿงน
Skill Dev Tools โœ“ Gate 1 Pass โœ“ Gate 2 Pass โœ“ Gate 3 Pass

deslop

Remove AI-style code slop from a branch by reviewing diffs, deleting inconsistent defensive noise, and preserving behavior and local style.

Install
clawhub install deslop

What it does

Deslop reviews your branch diff and surgically removes the patterns that AI coding assistants leave behind โ€” the stuff that looks right but degrades real codebases over time. It doesn't rewrite your logic. It cleans up the noise.

What it removes

What it preserves

When to use it

After any AI-assisted coding session โ€” Cursor, Copilot, Claude, doesn't matter. Run deslop before your PR review and your teammates will thank you. It's the diff review you should have done before pushing.

Usage

Install it and OpenClaw will invoke it automatically when you use the deslop skill command on any branch. It reads your git diff, applies pattern detection, and either cleans in-place or returns a reviewed diff for your approval.