什么是 dead-code-check?
生成用于织机计划验证的死代码检测配置。为 Rust、TypeScript、Python、Go 和 JavaScript 提供特定于语言的命令、失败模式和忽略模式。在将代码质量检查添加到织机计划中的验收标准或事实字段时使用。死代码检测通过识别存在但从未被调用的代码来捕获不完整的连接。 来源:cosmix/claude-loom。
生成用于织机计划验证的死代码检测配置。为 Rust、TypeScript、Python、Go 和 JavaScript 提供特定于语言的命令、失败模式和忽略模式。在将代码质量检查添加到织机计划中的验收标准或事实字段时使用。死代码检测通过识别存在但从未被调用的代码来捕获不完整的连接。
通过命令行快速安装 dead-code-check AI 技能到你的开发环境
来源:cosmix/claude-loom。
Dead code detection identifies code that exists in your codebase but is never called, imported, or used. This is a critical signal for incomplete feature integration: if you've written a function but nothing calls it, the feature isn't wired up.
In loom plan verification, dead code checks serve two purposes:
Dead code detection is especially valuable in integration-verify stages, where it acts as a final check that all implemented code is actually connected to the application.
生成用于织机计划验证的死代码检测配置。为 Rust、TypeScript、Python、Go 和 JavaScript 提供特定于语言的命令、失败模式和忽略模式。在将代码质量检查添加到织机计划中的验收标准或事实字段时使用。死代码检测通过识别存在但从未被调用的代码来捕获不完整的连接。 来源:cosmix/claude-loom。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/cosmix/claude-loom --skill dead-code-check生成用于织机计划验证的死代码检测配置。为 Rust、TypeScript、Python、Go 和 JavaScript 提供特定于语言的命令、失败模式和忽略模式。在将代码质量检查添加到织机计划中的验收标准或事实字段时使用。死代码检测通过识别存在但从未被调用的代码来捕获不完整的连接。 来源:cosmix/claude-loom。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cosmix/claude-loom --skill dead-code-check 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cosmix/claude-loom