スキル一覧に戻る
v1-io

deslop

by v1-io

Daily supplements for healthy code - Shared Claude skills, Cursor commands, and MCP configs for the Version1 team

1🍴 1📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: deslop description: Remove AI-generated code slop from the current branch allowed-tools:

  • Bash
  • Read
  • Edit
  • Grep

Remove AI Code Slop

Check the diff against main and remove all AI-generated slop introduced in this branch.

Usage

/deslop

What It Removes

  • 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 any to get around type issues
  • Over-engineered patterns that don't match the file's existing style
  • Unnecessary type annotations on obvious types
  • Verbose error handling where simpler patterns exist
  • Redundant null checks in already-validated paths
  • Excessive logging beyond what's normal for the codebase

What It Preserves

  • Actual bug fixes and intended functionality
  • Comments that provide genuine value
  • Defensive code at trust boundaries (user input, external APIs)
  • Type annotations that improve clarity

Process

  1. Gets diff between current branch and main
  2. Reviews each changed file for AI slop patterns
  3. Removes slop while preserving intended changes
  4. Reports a 1-3 sentence summary of what was changed

Output

A brief summary like:

"Removed 3 unnecessary try/catch blocks in query.py, deleted 5 redundant comments in handler.ts, and removed 2 any casts that were hiding type issues."

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です