by yamadashy
Lint 失败会减慢代码审查并阻止发布。此技能运行项目 lint 工作流并指导修复,同时保持代码行为不变。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 lint-fixer 技能" 开始使用
=== lint-fixer 技能 === 作者: yamadashy 描述: Lint 失败会减慢代码审查并阻止发布。此技能运行项目 lint 工作流并指导修复,同时保持代码行为不变。 使用方法: 1. 调用技能: "使用 lint-fixer 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 lint-fixer 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
coding
safe
Fix linting issues while preserving code functionality.
npm run lint runs 4 tools in sequence:
biome check --write) - Formatter + linter, auto-fixesoxlint --fix) - Fast JS/TS linter, auto-fixestsgo --noEmit) - TypeScript type checkingnpm run lint to identify issuesnpm run lint again to verifynpm run test to ensure no breakagebiome.json - Formatting rules (2 spaces, 120 chars, single quotes).oxlintrc.json - JS/TS lint rules.secretlintrc.json - Secret detection rulesView Count
0
Download Count
0
Favorite Count
0
Quality Score
69