with one click
deslop
Remove AI-generated code slop from code changes in the current branch
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Remove AI-generated code slop from code changes in the current branch
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
This skill should be used when the user asks to "decompose", "break down task", "create detailed todos", "split into todos". Also triggers when the user says in Japanese: "タスク分解", "todo に落として", "細かい todo にして".
This skill should be used when the user asks to "dig", "challenge assumptions", "stress test plan", "find risks in plan". Also triggers when the user says in Japanese: "前提を疑って", "計画を深掘り", "プランに穴が無いか".
This skill should be used when the user asks to "fix CI", "fix failed checks", "PR is red", "diagnose CI failure". Also triggers when the user says in Japanese: "CI 直して", "CI が落ちてる", "PR の CI を直して".
| name | deslop |
| description | Remove AI-generated code slop from code changes in the current branch |
| version | 1.0.1 |
| allowed-tools | ["Read","Edit","Write","Bash","Grep","Glob","Task"] |
| context | fork |
| agent | General-purpose |
| model | sonnet |
Check the diff against the default branch and remove all AI-generated slop introduced in this branch.
Pick the most appropriate base ref in this order:
origin/main (if it exists)origin/master (if it exists)main (local)master (local)Use a base like <base> in the rest of the steps.
git diff --name-only <base>...HEADgit diff <base>...HEADEdit the changed files to remove slop while preserving intended behavior.
This includes:
Guidelines:
Report at the end with only a 1-3 sentence summary of what you changed.