The workflow loops back to investigation if the fix doesn't work.
Load only the reference matching the current trigger. Multiple references may be loaded during a full debugging session (investigation often leads to log injection).
| Debug issue, investigate bug, fix bug | investigation.md | | Add debug logs, inject logs, trace with logs | log-injection.md | | Remove debug logs, cleanup logs | log-cleanup.md | | Debug patterns, log format, common bugs | debugging-patterns.md |
신뢰도 점수 매기기 및 전략적 로그 삽입을 통한 반복적 디버깅 워크플로입니다. 5단계(조사, 로그 삽입, 수정 제안, 확인, 정리) 예기치 않은 동작, 자동 오류, 간헐적인 오류 또는 런타임 데이터가 필요한 문제를 디버깅할 때 사용합니다. 또한 사용자가 무언가가 작동하지 않거나, 동작이 일관되지 않거나, 테스트에 통과했지만 앱이 실패하거나, 개발에서는 작동하지만 프로덕션에서는 작동하지 않거나, 실행 흐름을 추적하려는 경우에도 사용합니다. "디버그", "버그 수정", "조사", "문제 추적", "디버그 로그 추가", "디버그 로그 정리", "이것이 손상된 이유", "작동하지 않음"에 대해 트리거됩니다. 출처: adeonir/agent-skills.