← スキル一覧に戻る

deslop
by inspirepan
Coding Agent CLI
⭐ 14🍴 2📅 2026年1月23日
SKILL.md
name: deslop description: Remove AI-generated code slop from files or diffs. Use this skill when reviewing AI-generated code to clean up unnecessary comments, defensive code, type hacks, and style inconsistencies. Triggers include "deslop", "remove slop", "clean up AI code", "review for slop". metadata: short-description: Remove AI code slop
Deslop
Remove AI-generated slop from code. Check the specified files or diff and remove:
- Extra comments that a human wouldn't add or are inconsistent with the rest of the file
- Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted/validated codepaths)
- Casts to
anyor# type: ignoreto get around type issues - Unnecessary complexity and nesting that reduces readability
- Redundant abstractions or over-engineered solutions
- Any other style that is inconsistent with the file
Principles
- Preserve functionality: Never change what the code does - only how it does it
- Prefer clarity over brevity: Explicit readable code is better than overly compact solutions
- Avoid over-simplification: Don't create overly clever solutions that are hard to understand or debug
- Focus scope: Only refine the specified files or recently modified code, unless instructed otherwise
Report at the end with only a 1-3 sentence summary of what you changed.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です