一键导入
deslop
Remove AI-generated code slop from code changes in the current branch
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Remove AI-generated code slop from code changes in the current branch
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.