Agent Skills
› jjongguet/oh-my-product
› debug
debug
GitHub用于排查运行时故障、测试回归、异常状态或工作流中断的技能。通过复现问题、缩小范围、确认根因并修复验证,帮助定位和解决系统缺陷。
Trigger Scenarios
运行时故障排查
测试回归分析
异常状态调查
工作流中断修复
Install
npx skills add jjongguet/oh-my-product --skill debug -g -y
SKILL.md
Frontmatter
{
"name": "debug",
"aliases": [
"\/debug",
"investigate failure",
"diagnose"
],
"description": "Investigate a failure, isolate root cause, and propose or apply a fix.",
"primaryRole": "debugger"
}
Debug
Use this skill for runtime failures, test regressions, unexpected state, or broken workflows.
Steps
- Reproduce or inspect the failing condition.
- Narrow to the smallest credible cause.
- Confirm the root cause with evidence.
- Fix and validate.
Version History
- 4f49e99 Current 2026-07-25 06:34


