CLAUDE.md claudeA
CLAUDE.md is agent-read markdown (claude) from mingdui/ming-qa.
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
# ming-qa 端到端 QA 验收工具包:`skills/` 下 8 个 skill + 一个 Python CLI。 运行时**零第三方依赖**(只用标准库),开发期只多一个 pytest。 ## 常用命令 ```bash cd skills/quality-assurance-agent python -m pytest tests/ -q # 48 个测试文件;任何改动后必跑 cd ../.. # 回仓库根 python skills/quality-assurance-agent/scripts/qa_agent.py check-mojibake . --strict ``` ## 改动的验收标准 **修 bug 必须验证判别力**:把修复回滚掉,确认对应用例**变红**,再恢复。 只写一个「能通过」的测试不算完成——要能证明它在**没有这个修复时会失败**。 仓库里既有提交都按这条做过,新改动请保持一致。 ## 这个仓库特有的三个坑 1. **提交信息不要用 heredoc 传中文。** Windows + Git Bash 会把中文写成乱码字符 (U+FFFD),而 pytest 抓不到——它扫仓库文件,不扫 git 历史。 稳妥做法:用 Write 写进临时文件,再 `git commit -F <文件>`。 注意:本文件自身也不能出现那个字面字符,否则会被 `test_source_mojibake` 判违规。 2. **提交前确认 git 身份。** 全局配置是公司邮箱;本仓库已用**仓库级**身份覆盖为 `mingdui`。不要动全局配置,也不要把它改回去。 3. **内部标识扫描会拒绝合并。** CI 拦内部项目名、业务词、私有网段 IP (规则见 `.github/workflows/ci.yml` 的 `SENTINELS`)。 写测试示例用中性词,IP 用 RFC 5737 文档网段(`192.0.2.x`)。 业务模块名和 API 路径也在此列——它们最容易从内部项目抄进测试注释。 ## `qa_agent.py` 是 11000 行单文件 改动前按函数名定位,别整文件读。主要入口: | 区域 | 函数 | |---|---| | CLI 分发 | `build_parser` · `run_with_env` · `aggregate_runs` · `render_report` | …
Read the whole file at its exact version.
How to install
mdr add mingdui/ming-qa/CLAUDE.md@git:20260920.56e926fmdr add mingdui/ming-qa/CLAUDE.md@sha256:b635a814a32674baPin 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_oa4hnb3l7x36mcco)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (2830 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
mingdui/ming-qa · 28 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_oa4hnb3l7x36mcco GET https://markdownregistry.com/api/v1/resolve?ref=mingdui/ming-qa/CLAUDE.md GET https://markdownregistry.com/api/v1/blob/b635a814a32674baa6909ee57e445b1bae9671fcf2695ecdba308aa9dd98ae78
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.