sk Skill · addyosmani
debugging-and-error-recovery
Guides systematic root-cause debugging. Use when tests fail, builds break, something that worked yesterday broke, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need to figure out what broke and why — a systematic approach to finding and fixing the root cause rather than guessing.
Open on skills.sh ↗read 2026-09-17
- installs 8w
- 21,422
- 30-day movement
- starts with the next reading
- Related entries
- 5
- Connections
- 0
typescriptbashJavaScript
一个智能体技能,指导系统性的根本原因调试:复现、定位、简化,修复原因(而非症状),并进行回归测试。它包含一个有序的分类检查清单、针对特定错误的模式(测试/构建/运行时)以及验证清单。
当出现故障时,它会提供结构化的流程,而不是盲目猜测修复方案。
Use it to
- 在代码变更后排查测试失败
- 诊断损坏的构建
- 定位意外的运行时错误
- 处理 Bug 报告或日志错误
- 通过回归测试防范再次发生
For 使用智能体调试故障的开发人员
- Host repository
- addyosmani/agent-skills
- Installs, lifetime
- 35k
- Installs, 8 weeks
- 21k
- Host stars
- 96k
- Host language
- JavaScript
topics调试根本原因故障排除测试工作流最佳实践