디버깅, 디버그, 버그, 에러, 오류, 버그 수정 - 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.