✓ Verified 💻 Development ✓ Enhanced Data

Deslop

Remove AI-style code slop from a branch by reviewing diffs, deleting inconsistent defensive noise, a

Rating
4 (206 reviews)
Downloads
2,819 downloads
Version
1.0.0

Overview

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

Complete Documentation

View Source →

When to use this skill

Use when asked to:

  • "remove AI slop"
  • "clean up generated code style"
  • "review branch diff for weird comments/defensive checks/casts"

Workflow

  • Set comparison base (default main) and inspect git diff ...HEAD.
  • Build a candidate list using rg over added lines (comments, catches, casts, lint ignores, placeholders, debug leftovers).
  • Review each candidate in full file context and compare with nearby local patterns.
  • Remove only inconsistent slop; keep behavior and domain-valid guards.
  • Re-run project checks (bun check, bun typecheck) and fix regressions.
  • Report exact files changed and what slop was removed vs intentionally kept.

Slop checklist

Read and apply: references/slop-heuristics.md

Guardrails

  • Do not remove protections at trust boundaries (user input, auth, network, db, file I/O).
  • Do not replace real typing with weaker typing.
  • Prefer minimal edits over broad rewrites.
  • Keep project conventions (hooks/query style, component patterns, naming).

Installation

Terminal bash

openclaw install deslop
    
Copied!

Tags

#git_and-github #code

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author brennerspear
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install deslop