con un clic
deslop
Remove AI-generated code slop from code changes in the current branch
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Remove AI-generated code slop from code changes in the current branch
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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.