什么是 lint-fix?
在整个存储库(或范围)中使用 --fix 运行 ESLint,捕获无法自动修复的错误,按规则对它们进行分组,将结果存储在 KB 中,并扫描 eslint-disable 抑制(这是被掩盖的错误,而不是修复)。使用此技能而不是直接运行 pnpm lint。 来源:michael-menard/monorepo。
在整个存储库(或范围)中使用 --fix 运行 ESLint,捕获无法自动修复的错误,按规则对它们进行分组,将结果存储在 KB 中,并扫描 eslint-disable 抑制(这是被掩盖的错误,而不是修复)。使用此技能而不是直接运行 pnpm lint。
通过命令行快速安装 lint-fix AI 技能到你的开发环境
来源:michael-menard/monorepo。
After auto-fix and manual fix attempts, if any errors remain:
eslint-disable comments added during a story = automatic FAIL in code review. The suppression inventory (Phase 4) is diffed against the previous run to detect new suppressions introduced by the current story.
Rule name = the final whitespace-delimited token on each error/warning line.
在整个存储库(或范围)中使用 --fix 运行 ESLint,捕获无法自动修复的错误,按规则对它们进行分组,将结果存储在 KB 中,并扫描 eslint-disable 抑制(这是被掩盖的错误,而不是修复)。使用此技能而不是直接运行 pnpm lint。 来源:michael-menard/monorepo。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/michael-menard/monorepo --skill lint-fix在整个存储库(或范围)中使用 --fix 运行 ESLint,捕获无法自动修复的错误,按规则对它们进行分组,将结果存储在 KB 中,并扫描 eslint-disable 抑制(这是被掩盖的错误,而不是修复)。使用此技能而不是直接运行 pnpm lint。 来源:michael-menard/monorepo。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/michael-menard/monorepo --skill lint-fix 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/michael-menard/monorepo