一键导入
audit-docs
Use when asked to audit docs, review docs accuracy, or validate documentation claims against actual code, commands, APIs, configs, and diagrams.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when asked to audit docs, review docs accuracy, or validate documentation claims against actual code, commands, APIs, configs, and diagrams.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | audit-docs |
| description | Use when asked to audit docs, review docs accuracy, or validate documentation claims against actual code, commands, APIs, configs, and diagrams. |
| metadata | {"short-description":"Verify every doc claim against the code"} |
Docs lie by going stale. Verify claims against code; never grade prose style.
Walk each doc file and extract every checkable claim:
ls/glob, flags via --help or the arg-parser source, config fields via the schema/types.Per file: ✅ verified / ❌ wrong (with the correct current value) / ⚠️ unverifiable (why).
Notes:
Use when asked to grade, evaluate, assess, score, or review an agent skill's quality.
Use when asked to monitor an upstream repository for new commits, releases, merged PRs, or breaking changes affecting a local fork or wrapper.
Use when asked to find similar projects, existing tools, prior art, libraries, or whether something already exists before building.
Use when asked to find security vulnerabilities, run a security scan, review security fixes, or assess a repository for exploitable issues.
Use when asked to update dependencies, upgrade packages, avoid deprecated packages, or fix issues after a dependency update.