doc-maintenance skillA
doc-maintenance is agent-read markdown (skill) from minleev5/devkeel: CLI 文档维护与一致性检查流程.
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
# 文档维护 ## 何时使用 - 新增/修改子命令后,同步 help 文本和 docs 项目说明 - 发版时更新 changelog - 检查文档与代码实现的一致性 ## 流程 ### 1. Help 文本一致性检查 运行所有命令的 --help,对比 README 命令说明与 docs/development.md: ```bash node bin/devkeel.js --help node bin/devkeel.js init --help node bin/devkeel.js doctor --help node bin/devkeel.js update --help node bin/devkeel.js sync --help node bin/devkeel.js evidence --help ``` 检查点: - README 与 docs 中列出的命令是否与实际一致 - 选项(--fix, --force, --dry-run)是否都有记录 - 不得只用退出码判断命令存在;未知命令可能退回 root help,必须确认输出的 Usage/Options 属于目标子命令 ### 2. 项目知识同步 对比 `src/` 实际目录结构与 `docs/architecture.md`,确认: - 新增的 commands/lib 文件已记录 - 文件职责描述准确 - 测试入口与环境变化同步 `docs/testing.md`,规则复用已有测试策略 - AGENTS/CLAUDE 只维护文档入口与读取条件,不复制正文 - 当前规范保留在 `openspec/specs/`,任务过程保留在 `openspec/changes/` ### 3. Changelog 维护 按 `.harness/skills/changelog/` 规范,先确认 CLI 或 Templates 独立版本流,再只创建对应文件: - `web/public/versions/cli/X.Y.Z.json` - `web/public/versions/templates/X.Y.Z.json` 文件名必须匹配 `versions` 最后一项,group type、label、item 顺序和受限 Markdown 均须通过目录校验。不得编辑旧静态 Changelog HTML、手工 latest/Update Tip 或 `web/dist/`。 创建后执行: ```bash pnpm --dir web exec vitest run tests/version-catalog.test.ts tests/changelog-data.test.ts pnpm --dir web build …
Read the whole file at its exact version.
How to install
mdr add minleev5/devkeel/doc-maintenance@v1.2.0mdr add minleev5/devkeel/doc-maintenance@sha256:6c9b14262f3fc143Pin 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_nwawhpvgb6xey52k)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v1.2.0 latest | 2026-09-23 | 2a3e2e3 | 2,958 B | A | view · diff |
| v1.2.0 | 2026-09-23 | 05b4c72 | 3,038 B | A | view · diff |
| v1.1.1 | 2026-09-22 | 123429c | 2,790 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 (2958 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
minleev5/devkeel · 3 stars · license MIT · pushed 2026-09-24 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_nwawhpvgb6xey52k GET https://markdownregistry.com/api/v1/resolve?ref=minleev5/devkeel/doc-maintenance GET https://markdownregistry.com/api/v1/blob/6c9b14262f3fc143a20b1e6e1a50fe1a130ee1841c26b8cee5ecf52f34649b02
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.