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


