원클릭으로
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.