blockmatic/basilic-skills已通过检查
SKILL DETAIL
w-lint
blockmatic/basilic-skills/w-lint
Run project linters, apply the smallest fixes, and re-run until the suite is clean.
安装量 · 405查看来源
Installation
npx skills add https://github.com/blockmatic/basilic-skills --skill w-lint
技能文件
SKILL.md
最近同步 · 2026年9月21日
SKILL.md›
---
name: w-lint
description: Run project linters, apply the smallest fixes, and re-run until the suite is clean.
disable-model-invocation: true
---
Run the repository lint scripts and apply the smallest idiomatic fixes. This is not a merge gate and does not commit.
1. Run the documented lint command with autofix when the repo provides one. Capture remaining errors.
2. Fix remaining issues with minimal diffs. Change suppressions or config only with evidence they belong.
3. Re-run lint. Spot-check the diff. Do not stage or commit.
4. Docs: `/w-docs` if behavior or commands changed.