blockmatic/basilic-skills已通過檢查
SKILL DETAIL
w-deslop
blockmatic/basilic-skills/w-deslop
Remove AI-generated slop introduced on this branch relative to main.
安裝量 · 405查看來源
Installation
npx skills add https://github.com/blockmatic/basilic-skills --skill w-deslop
技能檔案
SKILL.md
最近同步 · 2026年9月21日
SKILL.md›
---
name: w-deslop
description: Remove AI-generated slop introduced on this branch relative to main.
disable-model-invocation: true
---
Diff this branch against main and remove comments, defensive noise, and `any` casts that do not match the surrounding file.
1. Diff against main for every file this branch changed, including existing files it modified, not only files it added.
2. Identify slop: extra comments a human would not add, abnormal try/catch on trusted paths, casts to `any`, style inconsistent with the file.
3. Remove it. Do not rewrite unrelated structure. Run the smallest existing check for the touched files.
4. Docs: `/w-docs` if behavior or commands changed.