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.

インストールへ移動

ソース情報

リポジトリ
scaryrawr/scarypilot
ソースの最終更新活動
2026年9月21日 22:03
検出された SKILL.md の言語
英語
スター
4
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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).
GitHubで見る