·systematic-debugging
</>

systematic-debugging

사소하지 않은 문제를 체계적으로 디버깅하기 위한 방법론입니다. 이 기술은 버그, 테스트 실패 또는 즉각적으로 명확하지 않은 예기치 않은 동작을 조사할 때 자동으로 사용해야 합니다. 가설 형성, 하위 에이전트와의 병행 조사, 성급한 결론 또는 약화 테스트와 같은 일반적인 안티 패턴 방지를 강조합니다.

10설치·0트렌드·@freenet

설치

$npx skills add https://github.com/freenet/freenet-agent-skills --skill systematic-debugging

systematic-debugging 설치 방법

명령줄에서 systematic-debugging AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/freenet/freenet-agent-skills --skill systematic-debugging
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: freenet/freenet-agent-skills.

Always prefer the smallest, most reproducible scope that demonstrates the bug. Work up the ladder only when the smaller scope can't reproduce or doesn't apply:

| Priority | Scope | When to Use | Command |

| 1 | Unit test | Logic errors, algorithm bugs, single-function issues | cargo test -p freenet -- specifictest | | 2 | Mocked unit test | Transport/ring logic needing isolation | Unit test with MockNetworkBridge / MockRing |

사소하지 않은 문제를 체계적으로 디버깅하기 위한 방법론입니다. 이 기술은 버그, 테스트 실패 또는 즉각적으로 명확하지 않은 예기치 않은 동작을 조사할 때 자동으로 사용해야 합니다. 가설 형성, 하위 에이전트와의 병행 조사, 성급한 결론 또는 약화 테스트와 같은 일반적인 안티 패턴 방지를 강조합니다. 출처: freenet/freenet-agent-skills.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/freenet/freenet-agent-skills --skill systematic-debugging
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-23
업데이트
2026-03-10

Browse more skills from freenet/freenet-agent-skills

빠른 답변

systematic-debugging이란?

사소하지 않은 문제를 체계적으로 디버깅하기 위한 방법론입니다. 이 기술은 버그, 테스트 실패 또는 즉각적으로 명확하지 않은 예기치 않은 동작을 조사할 때 자동으로 사용해야 합니다. 가설 형성, 하위 에이전트와의 병행 조사, 성급한 결론 또는 약화 테스트와 같은 일반적인 안티 패턴 방지를 강조합니다. 출처: freenet/freenet-agent-skills.

systematic-debugging 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/freenet/freenet-agent-skills --skill systematic-debugging 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

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

https://github.com/freenet/freenet-agent-skills

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-23