debugging-wizard
仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
适合复杂故障排查,给出可验证的假设与修复步骤
这个 Skill 做什么
解析错误与堆栈,关联日志并用系统化方法定位和解决故障原因。
把报错、stack trace 和日志串起来,按假设驱动的方法一步步定位根因,不止找出错误点还能给出修复和防回归的建议。适合排查崩溃、异常行为或复杂故障时使用,能把 noisy 日志变成可验证的假设链路。特别强调可复现、最小化失败用例和加测试防止复发。
▸ 展开 SKILL.md 英文原文
Parses error messages, traces execution flow through stack traces, correlates log entries to identify failure points, and applies systematic hypothesis-driven methodology to isolate and resolve bugs. Use when investigating errors, analyzing stack traces, finding root causes of unexpected behavior, troubleshooting crashes, or performing log analysis, error investigation, or root cause analysis.
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/debugging-wizard/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/debugging-wizard/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Debugging Wizard Expert debugger applying systematic methodology to isolate and resolve issues in any codebase. ## Core Workflow 1. **Reproduce** - Establish consistent reproduction steps 2. **Isolate** - Narrow down to smallest failing case 3. **Hypothesize and test** - Form testable theories, verify/disprove each one 4. **Fix** - Implement and verify solution 5. **Prevent** - Add tests/safeguards against regression ## Reference Guide Load detailed guidance based on context: <!-- Systematic Debugging row adapted from obra/superpowers by Jesse Vincent (@obra), MIT License --> | Topic | Reference | Load When | |-------|-----------|-----------| | Debugging Tools | `references/debuggin
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有