# Deslop

> Review a changed diff for accidental complexity or generated-code noise. Use when requested or when the diff shows those symptoms; an equivalent review of unchanged inputs need not repeat.

- Skill: `compozy/deslop` (Agent Skill)
- Install (CLI): `npx skillmds@latest add compozy/deslop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/compozy/deslop/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools, Productivity
- Author: compozy (https://skillmd.com/u/compozy)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/compozy/deslop

---


# Review the Changed Diff

Use the task's actual diff, including relevant working changes. Preserve unrelated edits and project compatibility requirements.

Remove accidental noise introduced by this task: redundant comments, unjustified casts/suppressions, defensive branches on trusted data, duplicated helpers, and unnecessary nesting. Keep boundary validation, error handling, and required migration/deprecation adapters.

Review once before final verification. A review already performed on the same diff satisfies this step; revisit only subsequent relevant edits. Avoid cleanup outside the requested scope. Report substantive changes briefly.

