deslop

GitHub

清理分支中AI生成的冗余代码、过度设计及样板文件。支持代码diff审查与SKILL.md质量校验,通过移除无用注释、防御性代码和过早抽象来简化逻辑,确保行为不变且提交前代码整洁。

skills/deslop/SKILL.md rohitg00/pro-workflow

Trigger Scenarios

完成代码修改后准备提交时 感觉代码过度设计或包含AI生成痕迹时 审核或推广SKILL.md文件前

Install

npx skills add rohitg00/pro-workflow --skill deslop -g -y
More Options

Use without installing

npx skills use rohitg00/pro-workflow@deslop

指定 Agent (Claude Code)

npx skills add rohitg00/pro-workflow --skill deslop -a claude-code -g -y

安装 repo 全部 skill

npx skills add rohitg00/pro-workflow --all -g -y

预览 repo 内 skill

npx skills add rohitg00/pro-workflow --list

SKILL.md

Frontmatter
{
    "name": "deslop",
    "description": "Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, strips defensive code, and in skill-file mode lints SKILL.md files for quality. Use when cleaning up code, simplifying, removing boilerplate, before committing, or when reviewing a skill before promoting it."
}

Remove AI Code Slop

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

Trigger

Use after completing changes, before committing, or when code feels over-engineered.

Commands

git fetch origin main
git diff origin/main...HEAD --stat
git diff origin/main...HEAD

Workflow

  1. Run diff commands to see all changes on the branch.
  2. Identify slop patterns from the focus areas below.
  3. Apply minimal, focused edits to remove slop.
  4. Re-run git diff origin/main...HEAD to verify only slop was removed.
  5. Run tests or type-check to confirm behaviour unchanged: npm test -- --changed --passWithNoTests 2>&1 | tail -10
  6. Summarise what was cleaned.

Focus Areas

  • Extra comments that state the obvious or are inconsistent with local style
  • Defensive try/catch blocks that are abnormal for trusted internal code paths
  • Casts to any used only to bypass type issues
  • Over-engineered abstractions for one-time operations (premature helpers, factories)
  • Deeply nested code that should be simplified with early returns
  • Backwards-compatibility hacks (renamed _vars, re-exports, // removed comments)
  • Features, refactoring, or "improvements" beyond what was requested
  • Added docstrings, type annotations, or comments on code that wasn't changed
  • Error handling for scenarios that can't happen in trusted internal paths

Guardrails

  • Keep behavior unchanged unless fixing a clear bug.
  • Prefer minimal, focused edits over broad rewrites.
  • Three similar lines of code is better than a premature abstraction.
  • If you remove something, verify it's truly unused first.
  • Keep the final summary concise (1-3 sentences).

Skill-file mode

When the target is a SKILL.md (not a code diff), lint it against the same slop instinct applied to prose. Run this before promoting a skill. Flag:

  • Stale lines - guidance written for an old version of the skill that no longer matches what it does. Cut it.
  • Bloat - the skill runs past one screen with detail that belongs in a linked reference. Push it down: in-skill step, then in-skill reference, then an external file behind a pointer.
  • Dead sentences - a line that changes nothing if deleted. Delete it.
  • Duplication - the same instruction stated in two places, so edits drift. Keep one source of truth.
  • Premature stop - the method ends before the work does (asks the question but never records the answer, cleans but never verifies).
  • Weak anchor - no single concept the skill turns on. A skill the reader can name in one word triggers and executes in fewer tokens.
  • Missing invocation intent - no declared human-run vs auto-triggered mode. See rules/skill-conventions.mdc.
  • Wrong write op - a state-changing skill that does not say whether it adds, updates, or appends, or that duplicates its output on a second run.

Skill-file mode output: the flagged issues by line, the edits applied, the cleanup summary, and whether the skill is ready to promote.

Output (code mode)

  • List of slop patterns found with file locations
  • Edits applied
  • One-line summary of what was cleaned

Version History

  • 7f7209d Current 2026-07-24 11:40

Same Skill Collection

skills/agent-teams/SKILL.md
skills/auto-setup/SKILL.md
skills/batch-orchestration/SKILL.md
skills/bug-capture/SKILL.md
skills/compact-guard/SKILL.md
skills/context-engineering/SKILL.md
skills/context-optimizer/SKILL.md
skills/cost-tracker/SKILL.md
skills/design-engineering/SKILL.md
skills/domain-modeling/SKILL.md
skills/file-watcher/SKILL.md
skills/improve-architecture/SKILL.md
skills/insights/SKILL.md
skills/learn-rule/SKILL.md
skills/llm-council/SKILL.md
skills/llm-gate/SKILL.md
skills/mcp-audit/SKILL.md
skills/orchestrate/SKILL.md
skills/parallel-worktrees/SKILL.md
skills/permission-tuner/SKILL.md
skills/plan-interrogate/SKILL.md
skills/replay-learnings/SKILL.md
skills/safe-mode/SKILL.md
skills/session-handoff/SKILL.md
skills/skill-router/SKILL.md
skills/smart-commit/SKILL.md
skills/sprint-status/SKILL.md
skills/tdd/SKILL.md
skills/thoroughness-scoring/SKILL.md
skills/token-efficiency/SKILL.md
skills/wiki-builder/SKILL.md
skills/wiki-query/SKILL.md
skills/wiki-research-loop/SKILL.md
skills/wiki-viewer/SKILL.md
skills/wrap-up/SKILL.md
skills/writing-guidelines/SKILL.md
skills/pro-workflow/SKILL.md
skills/skill-optimizer/SKILL.md
skills/survey-generator/SKILL.md

Metadata

Files
0
Version
7f7209d
Hash
de3339d3
Indexed
2026-07-24 11:40

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-06 20:15
浙ICP备14020137号-1 $Гость$