什麼是 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