技能 编程开发 系统调试策略

系统调试策略

v20260425
debugging-strategies
本技能提供了一套系统化的调试方法论,旨在帮助用户将解决复杂软件问题(如难以复现的Bug、性能瓶颈或生产故障)的过程,从盲目猜测转变为科学的、可验证的步骤。它指导用户进行假设提出、实验设计和范围缩小,实现高效的根因分析。
获取技能
495 次下载
概览

Debugging Strategies

Transform debugging from frustrating guesswork into systematic problem-solving with proven strategies, powerful tools, and methodical approaches.

Use this skill when

  • Tracking down elusive bugs
  • Investigating performance issues
  • Debugging production incidents
  • Analyzing crash dumps or stack traces
  • Debugging distributed systems

Do not use this skill when

  • There is no reproducible issue or observable symptom
  • The task is purely feature development
  • You cannot access logs, traces, or runtime signals

Instructions

  • Reproduce the issue and capture logs, traces, and environment details.
  • Form hypotheses and design controlled experiments.
  • Narrow scope with binary search and targeted instrumentation.
  • Document findings and verify the fix.
  • If detailed playbooks are required, open resources/implementation-playbook.md.

Resources

  • resources/implementation-playbook.md for detailed debugging patterns and checklists.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
信息
Category 编程开发
Name debugging-strategies
版本 v20260425
大小 5.92KB
更新时间 2026-04-26
语言