Agent Skills
› jjongguet/oh-my-product
› debug
debug
GitHub用于复现失败、隔离根因并验证修复的调试技能,适用于回归测试、失败用例及异常状态排查。
Trigger Scenarios
出现回归错误
测试用例失败
CLI行为异常
系统状态可疑
Install
npx skills add jjongguet/oh-my-product --skill debug -g -y
SKILL.md
Frontmatter
{
"name": "debug",
"aliases": [
"\/debug",
"investigate failure",
"diagnose issue",
"fix the bug"
],
"description": "Reproduce or inspect a failure, isolate root cause, and validate a fix.",
"primaryRole": "debugger"
}
Debug Skill (oh-my-product)
Use this skill for regressions, failing tests, broken CLI behavior, or suspicious state.
Debug loop
- Reproduce the problem or gather the smallest failing evidence.
- Narrow the cause with file, command, and output evidence.
- Apply the minimum credible fix.
- Re-run the relevant validation.
Expected output
- failure summary
- root cause
- files touched
- validation evidence
- residual risk
Version History
- 4f49e99 Current 2026-07-25 06:34


