원클릭으로
systematic-debugging
4-phase root cause debugging: understand bugs before fixing. Never propose fixes without root cause investigation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
4-phase root cause debugging: understand bugs before fixing. Never propose fixes without root cause investigation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Office document tools - docx, xlsx, pptx, pdf creation/editing
Productivity and workflow optimization
Research methodology — finding, evaluating, synthesizing information
Software development best practices: debugging, planning, testing, code quality.
Red-Green-Refactor: write tests first, then code to make them pass.
Create actionable implementation plans: break down complex tasks into executable steps.
| name | systematic-debugging |
| description | 4-phase root cause debugging: understand bugs before fixing. Never propose fixes without root cause investigation. |
| version | 1.0.0 |
| author | Open-Agent |
| triggers | ["bug","fix","error","fails","exception","traceback","debugging","troubleshoot","issue"] |
| metadata | {"hermes":{"tags":["debugging","troubleshooting","problem-solving","root-cause","investigation"],"related_skills":["test-driven-development","writing-plans"]}} |
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST
If you haven't completed Phase 1, you cannot propose fixes.
BEFORE attempting ANY fix:
Read Error Messages Carefully
Reproduce Consistently
Form Hypothesis