·quality-detect-orphaned-code
</>

quality-detect-orphaned-code

检测孤立代码(存在但从未在生产中导入或调用的文件/函数), 防止“创建但未集成”的故障。在标记功能完成之前、移动之前使用 ADR 在代码审查期间完成,或作为质量门的一部分。触发“检测孤立代码”, “查找死代码”、“检查未使用的模块”、“验证集成”或在完成之前主动进行。 适用于 Python 模块、函数、类和 LangGraph 节点。捕获 ADR-013 故障模式 其中代码存在并且测试通过但从未集成。

4安装·0热度·@dawiddutoit

安装

$npx skills add https://github.com/dawiddutoit/custom-claude --skill quality-detect-orphaned-code

如何安装 quality-detect-orphaned-code

通过命令行快速安装 quality-detect-orphaned-code AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/dawiddutoit/custom-claude --skill quality-detect-orphaned-code
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:dawiddutoit/custom-claude。

SKILL.md

查看原文

This skill detects code that exists but is never used, preventing the ADR-013 failure mode:

This skill complements those tools by checking integration explicitly.

Symptom: Python file exists, has tests, but is never imported in production code

检测孤立代码(存在但从未在生产中导入或调用的文件/函数), 防止“创建但未集成”的故障。在标记功能完成之前、移动之前使用 ADR 在代码审查期间完成,或作为质量门的一部分。触发“检测孤立代码”, “查找死代码”、“检查未使用的模块”、“验证集成”或在完成之前主动进行。 适用于 Python 模块、函数、类和 LangGraph 节点。捕获 ADR-013 故障模式 其中代码存在并且测试通过但从未集成。 来源:dawiddutoit/custom-claude。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/dawiddutoit/custom-claude --skill quality-detect-orphaned-code
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-11

Browse more skills from dawiddutoit/custom-claude

快速解答

什么是 quality-detect-orphaned-code?

检测孤立代码(存在但从未在生产中导入或调用的文件/函数), 防止“创建但未集成”的故障。在标记功能完成之前、移动之前使用 ADR 在代码审查期间完成,或作为质量门的一部分。触发“检测孤立代码”, “查找死代码”、“检查未使用的模块”、“验证集成”或在完成之前主动进行。 适用于 Python 模块、函数、类和 LangGraph 节点。捕获 ADR-013 故障模式 其中代码存在并且测试通过但从未集成。 来源:dawiddutoit/custom-claude。

如何安装 quality-detect-orphaned-code?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dawiddutoit/custom-claude --skill quality-detect-orphaned-code 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/dawiddutoit/custom-claude