通过 Skills CLI 安装
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/mila-cho/docs-release -g -a codex -y去掉 -g 可改为项目级安装
代码改完就同步文档,别拖到三周之后。
Sync the docs after the code changes, not three weeks later.
对那种「代码改了但文字还停在去年」的文档最有效——README、架构图、上手指南这一类长寿命文档。它读 diff,找出哪些文档段落和改动有关,提出最小修改让它们重新对上。在架构重构或 API 改名潮之后效果最好;纯新文档场景不如它的兄弟 anthropic-doc-coauthoring 适合。
Best for the docs that age worst — README, ARCHITECTURE, getting-started — when code has moved on and prose hasn't. Reads the diff, finds the docs that reference the changed code path, and proposes the smallest update needed to keep them honest. Strongest after architectural refactors or API rename waves; weakest on net-new documentation. For full authoring loops with reader testing, anthropic-doc-coauthoring is the better fit.
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/mila-cho/docs-release -g -a codex -y去掉 -g 可改为项目级安装
打开产品走一遍流程,发现问题就修,然后再验证。
打开应用走完整流程,只修复已经验证的问题。
先找 bug、回归和缺失测试。
| 当前 · this skillDocs Release | QA Loop | GStack QA | Review Radar | |
|---|---|---|---|---|
| 评分 · rating | 4.7 | 4.9 | 4.8 | 4.8 |
| 星标 · stars | 9.3k | 15k | 123k | 11k |
| 风险 · risk | 低风险 · low risk | 中风险 · med risk | 中风险 · med risk | 低风险 · low risk |
| 最适合 · best for | README 更新 | 浏览器冒烟测试 | 浏览器回归循环 | 聚焦代码评审 |
| 不适合 · not for | 线上发布验证 | 纯单元测试 | 只读审计环境 | 浏览器 QA |