en un clic
deslop
Remove AI-generated code slop from current branch
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Remove AI-generated code slop from current branch
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Route implementation work to Codex CLI; Claude specs, reviews, verifies.
Browser automation CLI for AI agents, run without global installation via npx agent-browser. Use when the user needs to interact with websites: opening pages, clicking, filling forms, taking screenshots, scraping data, testing web apps, logging into sites, exploratory QA, dogfooding, bug hunts, or any browser debugging task. Prefer this over built-in browser automation for interactive web work.
Deep adversarial multi-lens code review (simplicity, correctness, scalability, boundaries, idiomatic fit) with cross-lens validation of proposed fixes. Heavier than /roast. TRIGGER when: the user explicitly asks for /deep-review, deep review, deep-review, deep-roast, or a thorough multi-lens review. DO NOT TRIGGER when the user asks for a quick review, roast, critique, sanity-check, cleanup, or any file operation — use /roast for light review requests and normal file-operation handling for filesystem changes.
Guide the user to deeply understand the current session, current code changes, or a named area of the codebase through incremental explanation, a running checklist, user restatement, and quizzes. TRIGGER when: the user invokes /teachback, asks to understand the current session/current changes, asks for a guided walkthrough, or asks to understand a specific module, feature, diff, bug, or implementation. Default with no explicit target: teach the current session and current branch changes.
Critically analyze code changes to verify they're optimal, elegant, and correct. Challenges assumptions and proves the solution is the best approach for the problem. TRIGGER when: the user asks to review, roast, critique, or sanity-check their code changes.
Gather requirements and create a specification for a new feature or system. Use when the user wants to design, spec out, or plan requirements for something they want to build.
| name | deslop |
| description | Remove AI-generated code slop from current branch |
Your task is to review the diff against main and remove all AI-generated "slop" introduced in this branch.
Get the diff against main:
git diff main...HEAD
For each modified file, read the full file to understand its existing style and patterns
Identify and remove the following types of slop:
Unnecessary comments:
Defensive over-engineering:
Type system workarounds:
any, unknown, or language-equivalent dynamic types to bypass type errors@ts-ignore, # type: ignore, or similar suppression commentsStyle inconsistencies:
Make surgical edits to remove only the slop while preserving the intended functionality
After completing all changes, provide ONLY a 1-3 sentence summary of what you changed. Be specific but concise.