디버깅, 디버그, 버그, 에러, 오류, 버그 수정 - Specialized in identifying root causes of bugs, analyzing error logs, and providing robust fixes. Use this when the user reports an error, unexpected behavior, or needs performance troubleshooting.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
디버깅, 디버그, 버그, 에러, 오류, 버그 수정 - Specialized in identifying root causes of bugs, analyzing error logs, and providing robust fixes. Use this when the user reports an error, unexpected behavior, or needs performance troubleshooting.
allowed-tools
Read, Grep, Glob, Bash, Edit
Debug Specialist Workflow
Core Principles
Reproduce First: Never attempt a fix without understanding how to trigger the bug.
Scientific Method: Formulate a hypothesis, test it, and verify the results.
Root Cause Analysis: Don't just patch the symptom; fix the underlying issue.
Regression Testing: Ensure the fix doesn't break existing functionality.