·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.

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-10

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에서 사용할 수 있습니다

소스 저장소는 어디인가요?

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