一键导入
doc-audit
Audit user-facing docs for overstated claims, missing prerequisites, absolutes, scope inflation, and stale commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Audit user-facing docs for overstated claims, missing prerequisites, absolutes, scope inflation, and stale commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Exports any flat canon skill as a paste-ready prompt, or refines an existing prompt using efficiency.md standards. Use when running a skill in claude.ai, a system prompt, or another environment that doesn't load SKILL.md natively. Invoke as skill-export <skill-name> or skill-export <skill-name> "<prompt>". Rejects skills with sub-skills.
Manages the sprint workflow for focused changes. Use when asked to add, fix, update, implement, debug, or build — see the Workflow tiers section for what's out of scope.
Internal close-pipeline invoked by sprint complete — quality checks, code review, cleanup. Not for direct use; a normal/high-risk sprint's own "sprint complete" step calls this automatically.
Converts a title or heading into a URL-safe slug (lowercase, hyphen-separated). Use when generating a filename, anchor link, or URL path segment from a title.
Generates Marp slide decks from canon knowledge. Use when asked to create slides, build a presentation, or generate a deck on a canon topic (context management, evaluator pattern, or skill authoring). Renders to HTML and PPTX for browser viewing and SharePoint/PowerPoint distribution.
Validates agent-generated reports and summaries before delivery. Catches generator-evaluator collapse — where the AI summarizes data without checking if the summary is true. Run before delivering any report, status update, or data summary.
| name | doc-audit |
| description | Audit user-facing docs for overstated claims, missing prerequisites, absolutes, scope inflation, and stale commands. |
| category | agent-ops |
| tags | ["docs","accuracy","audit","claims"] |
| hidden | true |
Called automatically by wrapup — do not invoke directly.
Audit user-facing documentation for accuracy. Append to doc-findings.md (project root) only after explicit confirmation.
README.mddocs/*.mdexamples/**/*.mdtools/*.mddescription and summary fields across skills/*/SKILL.md and standards/*.md — only if those paths exist in the current projectRead doc-findings.md if it exists; skip logged issues.
Read README.md, docs/*.md, examples/**/*.md, and tools/*.md. Note claims about features, behavior, and requirements.
If skills/ exists, read description and summary frontmatter in skills/*/SKILL.md and standards/*.md; compare to each skill body.
Run these checks. Flag only high-confidence issues:
Overstated automation — phrases like "automatically", "no setup needed", "just run", or "that's it" where a hidden step exists.
Missing prerequisites — required tool, config, fork, or file structure not stated.
Absolute claims — "always", "never", "zero", "every", "any" with likely exceptions.
Scope inflation — frontmatter claims behavior not present in the body, or counts that do not match.
Internal consistency — conflicting descriptions across README, guides, and skill files. Quote both.
Affected doc coverage — when code, workflow, UI, command behavior, or screenshots change, search every doc surface that could describe it: README, guides, examples, tool docs, skill docs, standards, and catalog text. Do not stop at the first visible doc.
Command accuracy — if ./tools/skills.sh exists, run ./tools/skills.sh list; compare to skill names in README/guides command examples.
Workflow gate accuracy — distinguish UI state changes from workflow commands. Board actions such as creating tickets or moving cards update local ticket state only; do not imply they run agent workflows, wrapup, validation, or close pipelines unless the tool actually does.
Heading style — user-facing README headings should be Title Case. Keep intentional brand casing, command names, and code-block comments unchanged.
Private content — real names, emails, usernames, home paths, private ticket prefixes, company references, secrets. Flag; do not redact automatically.
When competitor docs, adjacent tools, or inspiration repos are part of the task, translate the useful input into canon's own intent:
Report new findings by check type. Quote the claim and explain the issue. If none: say so and stop.
Ask: Append these to doc-findings.md? (y to confirm). Do not write without y. Write to doc-findings.md at the project root.
### YYYY-MM-DD — Short title
**File:** path
**Claim:** exact quote
**Issue:** why it's inaccurate or overstated
**Action:** what was done (or "Open — no action yet")
Keep entries concise. When the file exceeds 60 lines, archive entries older than 6 months before appending.