Skip to main content

deslop

Remove AI-generated code slop and clean up code style. Applies anti-slop to changed TypeScript and JavaScript as part of the same pass.

Ir para a instalação

Informações da origem

Repositório
scaryrawr/scarypilot
Última atividade na origem
21 de setembro de 2026 às 22:03
Idioma detectado do SKILL.md
inglês
Estrelas
4
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
deslop
description
Remove AI-generated code slop and clean up code style. Applies anti-slop to changed TypeScript and JavaScript as part of the same pass.
# Remove AI code slop Check the diff against main and remove AI-generated slop introduced in the branch. For changed TypeScript and JavaScript files, run the **anti-slop** skill first. Carry its type-evidence and boundary findings into this cleanup pass rather than treating type precision as a separate review. ## Focus Areas - Extra comments that are unnecessary or inconsistent with local style - Defensive checks or try/catch blocks that are abnormal for trusted code paths - Casts to `any` used only to bypass type issues - Deeply nested code that should be simplified with early returns - Other patterns inconsistent with the file and surrounding codebase ## Guardrails - Keep behavior unchanged unless fixing a clear bug. - Prefer minimal, focused edits over broad rewrites. - Keep the final summary concise (1-3 sentences).
Ver no GitHub