用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/m19803261706/cx-workflow --skill cx-fix命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | cx-fix |
| description | Codex 侧 CX 缺陷修复。调查、定位、修复、测试,并在需要时遵守共享 lease 与 handoff 规则。 |
先阅读:
../cx-shared/core/workflow/README.md../cx-shared/core/workflow/protocols/fix.md../cx-shared/references/codex-skill-contract.md../cx-shared/references/templates/fix.mdcx-fix 对 worktree 的要求比其他 skill 宽松:
--inline 模式)执行前检测:
check_output=$(bash ../cx-shared/scripts/cx-worktree.sh check \
--inline \
--project-root "$(git rev-parse --show-toplevel)" 2>&1) || true
默认 inline 模式,不强制 worktree。
开发文档/CX工作流/修复/<问题标题>/修复记录.mdcc 持有,先建议 handoff,再决定是否继续.cx/runtime/codex/优先调用:
bash ../cx-shared/scripts/cx-workflow-fix.sh \
--title "<问题标题>" \
--runner codex \
--session-id <session-id>