Home / kingxiaozhe / cm-workflow · skills/cm-test/SKILL.md · GitHub

cm-test skillA

cm-test is agent-read markdown (skill) from kingxiaozhe/cm-workflow: 用户直接运行 cm-test、要求分析当前分支相对主分支的业务影响,或说“测试已有功能”“根据代码生成用例”“用浏览器走查”时使用。无参数分析已提交差异、单测覆盖率与回归重点;明确说“补齐单测”时连续补测并重跑、审查。显式目标保留原模式,不擅自修产品代码。.

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-test — 分支影响分析与存量功能只读测试

执行前读取 `../../runtime/project-context.md`、`../../runtime/test-contract.md`、
`../../runtime/model-efficiency.md` 与 `../../runtime/logging.md`。使用 `--generate-cases`
或需要补反例时,追加读取
`../../runtime/steelman-review.md`;它只增强测试意图,不改变只读边界或测试完成条件。
需要复用 QA 纪律时读取相邻的 `../cm-qa-engineer/SKILL.md`,并强制使用其
`readonly` 模式。Codex 入口为 `$cm-test`;Claude Code 跨平台入口为
`/cm-test`,macOS/Linux 另有历史别名 `/cm:test`。

用户明确要求外部专家,或为本次测试任务开启 AUTO 时,按
`../../runtime/external-expert.md` 执行 `../external-expert/SKILL.md` 的任务路由。
测试执行、浏览器模拟和结果判定保持 LOCAL;复杂测试设计可 CONSULT,权威测试方法
可 VERIFY。外部只能产生候选用例和故障注入建议;纳入测试合同前仍按本 Skill 标记
来源并校验,外部声称的执行结果不得计入 PASS。

## 用法

```text
$cm-test
$cm-test {代码项目路径}
$cm-test {代码项目路径} {功能描述}
$cm-test {代码项目路径} {功能描述} --generate-cases
$cm-test {代码项目路径} --specs {specs路径} --feature {N.feature} --all
$cm-test {代码项目路径} --cases {用例文件路径} --browser
$cm-test {代码项目路径} --explore {页面或用户流程}
```

## 默认:分析当前分支

直接运行 `$cm-test`,以当前工作目录所属 Git 仓库根为项目;只给项目路径也一样。
没有功能描述、specs、cases 或模式时,走 `impact`,不用用户填写提交号或范围。
具体取数与输出按 [分支影响分析](references/branch-impact.md),仍经下方准入和共享控制器。
先读业务地图,再按固定提交核验改动、调用方、共用状态与相邻流程,列出回归重点。
impact 阶段只分析已提交代码,未提交修改单独提示;后续只运行项目已声明的本地单测覆盖率命令。
…

Read the whole file at its exact version.

How to install

Latest version
mdr add kingxiaozhe/cm-workflow/cm-test@git:20260916.9ebbf71
Exact content
mdr add kingxiaozhe/cm-workflow/cm-test@sha256:a2f7728e0d60307e

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_qpdlvjrqjmrave7g.svg)](https://markdownregistry.com/a/art_qpdlvjrqjmrave7g)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260916.9ebbf71 latest2026-09-16 9ebbf71 18,212 BA view · diff
git:20260909.60f88dd2026-09-09 60f88dd 16,682 BA view · diff
git:20260906.ac01bfb2026-09-06 ac01bfb 15,934 BA view · diff
git:20260807.abd1ec32026-08-07 abd1ec3 14,562 BA view · diff
git:20260804.c914f1d2026-08-04 c914f1d 14,007 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (18212 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

GitHub

kingxiaozhe/cm-workflow · 29 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_qpdlvjrqjmrave7g
GET https://markdownregistry.com/api/v1/resolve?ref=kingxiaozhe/cm-workflow/cm-test
GET https://markdownregistry.com/api/v1/blob/a2f7728e0d60307eb31d126bf367731b1bc212a7a5d4df5f3c78d81ff7735d9d

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.

More from kingxiaozhe/cm-workflow

CLAUDE.md@.claude claude
kingxiaozhe/cm-workflow · .claude/CLAUDE.md
git:20260917.8e7a8ed · audit A · 29 stars
AGENTS.md agents
kingxiaozhe/cm-workflow · AGENTS.md
git:20260924.3f79f65 · audit A · 29 stars
cm-ai skill
kingxiaozhe/cm-workflow · skills/cm-ai/SKILL.md · 用户明确说“规格已确认,开始实现”或要求按已审批 CM specs 开发时使用。新任务默认由 JS workflow 驱动 N1-N8,完成开发、独立审查、QA 与文档同步;模糊点子、未审规格和单独一句“继续”不能触发编码批准。
git:20260924.056a6a9 · audit A · 29 stars
cm-backend-engineer skill
kingxiaozhe/cm-workflow · skills/cm-backend-engineer/SKILL.md · 后端 API 工程师 Skill,执行服务端 API 层开发(路由、业务逻辑、鉴权中间件、缓存、队列),自动适配语言和框架
git:20260723.0314405 · audit A · 29 stars
cm-check skill
kingxiaozhe/cm-workflow · skills/cm-check/SKILL.md · 用户说“检查工作流是否安装正确”“为什么找不到 cm 命令”时使用。默认查询 npm 稳定版,有新版自动升级已管理的 CM 安装,再检查插件、核心 Skills、兼容包装与模板引用;不测试或修改业务代码。
git:20260920.38ea993 · audit A · 29 stars
cm-contract-engineer skill
kingxiaozhe/cm-workflow · skills/cm-contract-engineer/SKILL.md · 智能合约工程师 Skill,执行合约开发、测试、部署,自动适配 EVM/Solana/Move 等链和开发框架
git:20260723.0314405 · audit A · 29 stars
cm-database-engineer skill
kingxiaozhe/cm-workflow · skills/cm-database-engineer/SKILL.md · 数据库工程师 Skill,执行数据模型设计、migration、查询优化,自动适配 ORM 和数据库类型
git:20260723.0314405 · audit A · 29 stars
cm-devops-engineer skill
kingxiaozhe/cm-workflow · skills/cm-devops-engineer/SKILL.md · 发布/运维工程师 Skill,执行 staging 部署、冒烟验证、发布记录与生产发布待决清单编制,自动适配部署栈;生产发布与基础设施变更强制人工确认
git:20260804.c914f1d · audit A · 29 stars
cm-doc-syncer skill
kingxiaozhe/cm-workflow · skills/cm-doc-syncer/SKILL.md · 文档同步 Skill,开发完成后自动更新 README、.claude/ 配置、specs CHANGELOG,保持文档与代码一致
git:20260916.9ebbf71 · audit A · 29 stars
cm-finance-expert skill
kingxiaozhe/cm-workflow · skills/cm-finance-expert/SKILL.md · 金融专家 Skill,覆盖 Web3 与证券/资产/交易领域的正确性审核、营销合规红线识别、合规问题清单生成、业务验收协同;把关型角色,只举旗不定性
git:20260723.0314405 · audit A · 29 stars
cm-fix skill
kingxiaozhe/cm-workflow · skills/cm-fix/SKILL.md · 用户说“修复这个可复现 bug”或要求根据失败报告修代码时使用。执行红灯测试、根因定位、最小修复、独立审查和回归;尚未确认的问题先用 cm-test,新功能和架构重设计转交 cm-prd。
git:20260924.9116423 · audit A · 29 stars
cm-frontend-engineer skill
kingxiaozhe/cm-workflow · skills/cm-frontend-engineer/SKILL.md · 前端工程师 Skill,执行前端开发任务,自动适配项目技术栈(React/Vue/Svelte/Next.js 等),支持 Figma/Stitch 设计稿还原
git:20260723.0314405 · audit A · 29 stars

Every file in kingxiaozhe/cm-workflow

Browse by kind, by grade A, or by owner.