Bug 修复执行 skill。分三种入口: 1. 用户直接报告 Bug → 定位根因 → 修复 → 产出 fix-report-*.md 或 fix-note-*.md(无需 CR 报告) 2. 有 x-cr 的 CR 报告 → 按报告逐条修复 → 回写同一份 reports/cr/cr-report-*.md 主档并产出修复记录 3. 有 x-verify / x-qa-gate fail 报告 → 按发现清单一次批量修复,产出逐条处置表,交回 gate 增量复审 触发方式:"x-fix"、"修一下这个 bug"、"这个功能坏了"、 "按 CR 报告修复"、"把 CR 问题修了"。
$npx -y skills add ktkid/x-dev-pipeline --skill x-fixInstalls into the current project.
Run `npx skills use "https://github.com/ktkid/x-dev-pipeline" --skill "ktkid/x-dev-pipeline/x-fix"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ktkid/x-dev-pipeline" that are relevant to the current task. Run `npx skills add "https://github.com/ktkid/x-dev-pipeline"` and select the relevant skills, then follow their instructions.