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.