AgentSkillsCN

systematic-debugging

采用结构化的调试方法,通过复现问题、隔离故障、定位根源并验证修复效果,高效解决问题。

SKILL.md
--- frontmatter
name: systematic-debugging
description: Structured debugging with reproduction, isolation, fix, verification.

Systematic Debugging

Steps

  1. Reproduce and capture evidence.
  2. Isolate the root cause.
  3. Apply the smallest safe fix.
  4. Verify with a targeted test or manual check.