s-debug
✓使用基于证据的调查来诊断和修复错误。在修复之前需要运行时证据——切勿仅根据代码进行猜测。涵盖假设驱动的调试、仪器日志记录、Lua 错误、污点问题、战斗锁定和 API 故障。触发器:错误、bug、调试、修复、崩溃、污点、零值、诊断、假设、运行时、证据、检测。
SKILL.md
MANDATORY: ALWAYS use MCP tools directly instead of the shell.
| Get All Output | addon.output(agentmode=true) | | Lint Addon | addon.lint(addon="MyAddon") | | Scan Deprecations | addon.deprecations(addon="MyAddon") | | Queue Lua Eval | lua.queue(code=["GetMoney()"]) | | Get Eval Results | lua.results() |
| Evidence-based debugging, hypothesis-driven | references/evidence-based-debugging.md | | Lua errors, nil values | references/error-patterns.md | | Debug workflow, isolation | references/debugging-strategies.md | | Error tracking (BugGrabber) | ../../docs/integration/errors.md | | Troubleshooting guide | ../../docs/integration/troubleshooting.md |
使用基于证据的调查来诊断和修复错误。在修复之前需要运行时证据——切勿仅根据代码进行猜测。涵盖假设驱动的调试、仪器日志记录、Lua 错误、污点问题、战斗锁定和 API 故障。触发器:错误、bug、调试、修复、崩溃、污点、零值、诊断、假设、运行时、证据、检测。 来源:falkicon/mechanic。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/falkicon/mechanic --skill s-debug- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 s-debug?
使用基于证据的调查来诊断和修复错误。在修复之前需要运行时证据——切勿仅根据代码进行猜测。涵盖假设驱动的调试、仪器日志记录、Lua 错误、污点问题、战斗锁定和 API 故障。触发器:错误、bug、调试、修复、崩溃、污点、零值、诊断、假设、运行时、证据、检测。 来源:falkicon/mechanic。
如何安装 s-debug?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/falkicon/mechanic --skill s-debug 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/falkicon/mechanic
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01