cm-fix skillA
cm-fix is agent-read markdown (skill) from kingxiaozhe/cm-workflow: 用户说“修复这个可复现 bug”或要求根据失败报告修代码时使用。执行红灯测试、根因定位、最小修复、独立审查和回归;尚未确认的问题先用 cm-test,新功能和架构重设计转交 cm-prd。.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# cm-fix — 缺陷修复小闭环
执行前读取 `../../runtime/project-context.md`、`../../runtime/orchestration.md`、
`../../runtime/review.md`、`../../runtime/model-efficiency.md` 与
`../../runtime/logging.md`。Codex 入口为 `$cm-fix`;Claude Code 跨平台入口为
`/cm-fix`,macOS/Linux 另有历史别名 `/cm:fix`。
每个缺陷开始/恢复时按 `../../runtime/project-learning.md` 重读项目根 AGENTS.md,
筛选相关教训辅助复现与定位;同一合同约束收尾写回,不以旧经验代替本次证据。
用户明确要求外部专家,或为本次修复开启 AUTO 时,仍必须先完成第 1 步本地复现,
再按 `../../runtime/external-expert.md` 执行 `../external-expert/SKILL.md` 的任务
路由。代码、修复、测试和审查保持 LOCAL;只有竞争根因或高风险事实查证可路由到
CONSULT/VERIFY。外部假设必须回到本地证伪;咨询记录不能代替 2.5 或第 5 步独立
审查。
**用法**:`$cm-fix {specs路径} {代码项目路径} 缺陷描述(现象/报错/截图均可)`
## JS 只读准入
在读取项目内容、解析角色、写 `run_start`、运行复现命令或创建档案前,先确认本轮包含非空缺陷
描述,但不要把描述正文拼进 shell;随后执行:
```bash
node "{CM_WORKFLOW_ROOT}/scripts/cm-fix-entry.mjs" \
--skill-dir "{CM_WORKFLOW_ROOT}/skills/cm-fix" --project "{CODE_PROJECT}" \
[--specs "{SPECS_DIR}"] --defect-present
```
没有 specs 的裸项目省略 `--specs`。缺少描述时不传 `--defect-present`,入口返回
`blocked / defect_required` 后只向用户补要描述。只有 `ready / reproduce` 才进入下方既有闭环;
它不提前声称缺陷可复现、不可复现或属于设计问题,只声明复现失败仍走 `observation`、确认设计
问题仍转 `$cm-prd --change`。返回的角色、日志和 Learning 均为 `pending`,执行/写入权限为 false;
…Read the whole file at its exact version.
How to install
mdr add kingxiaozhe/cm-workflow/cm-fix@git:20260924.9116423mdr add kingxiaozhe/cm-workflow/cm-fix@sha256:952836d0428b19d7Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_3r566bv7kmvfrdhi)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260924.9116423 latest | 2026-09-24 | 9116423 | 20,269 B | A | view · diff |
| git:20260924.989fc80 | 2026-09-24 | 989fc80 | 19,802 B | A | view · diff |
| git:20260923.0e87132 | 2026-09-23 | 0e87132 | 19,667 B | A | view · diff |
| git:20260918.1a4a27c | 2026-09-18 | 1a4a27c | 18,839 B | A | view · diff |
| git:20260916.9ebbf71 | 2026-09-16 | 9ebbf71 | 18,075 B | A | view · diff |
| git:20260909.60f88dd | 2026-09-09 | 60f88dd | 16,778 B | A | view · diff |
| git:20260906.ac01bfb | 2026-09-06 | ac01bfb | 15,949 B | A | view · diff |
| git:20260901.558a6cc | 2026-09-01 | 558a6cc | 13,607 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (20269 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
kingxiaozhe/cm-workflow · 29 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_3r566bv7kmvfrdhi GET https://markdownregistry.com/api/v1/resolve?ref=kingxiaozhe/cm-workflow/cm-fix GET https://markdownregistry.com/api/v1/blob/952836d0428b19d7e96ee20d459474451be0c519dc7fbfc1e5039b66de8dff93
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.