AgentSkillsCN

debug

基于假设与验证的调试

SKILL.md
--- frontmatter
name: debug
description: Hypothesis-and-verification based debugging
version: 2.0.0
omc_delegate: oh-my-claudecode:analyze
triggers:
  keywords:
    - "debug"
    - "/debug"
    - "디버깅"

/debug - Systematic Debugging

OMC Integration

This skill delegates to the OMC analyze skill.

Execution

python
Skill(skill="oh-my-claudecode:analyze", args="문제 분석")

# Or invoke architect directly
Task(subagent_type="oh-my-claudecode:architect", model="opus",
     prompt="Root cause analysis: [error details]")

Debug Phases

  1. D0: Define the problem
  2. D1: Formulate hypotheses
  3. D2: Verify
  4. D3: Resolve
  5. D4: Retrospective