qwen-code/.qwen/skills/docs-audit-and-refresh/references/audit-checklist.md
2026-03-15 20:40:31 +08:00

1.8 KiB

Audit Checklist

Use this checklist to keep repository-wide documentation audits focused and repeatable.

High-signal repository surfaces

  • packages/cli/** Inspect commands, flows, prompts, flags, and CLI-facing behavior.
  • packages/core/** Inspect shared behavior, settings, tools, provider integration, and feature semantics.
  • packages/sdk-typescript/** and packages/sdk-java/** Inspect SDK setup, usage, and examples that may affect developer docs.
  • packages/vscode-ide-companion/**, packages/zed-extension/**, and related integration packages Inspect IDE and extension behavior that should be reflected in user docs.
  • docs/**/_meta.ts Inspect navigation completeness after creating or moving pages.

Gap detection prompts

Ask these questions while comparing the repo to docs/:

  • Does a visible feature exist in code but have no page or section in docs/?
  • Does a docs page mention a command, setting, provider, or path that no longer exists?
  • Do examples still match the current repository layout and command syntax?
  • Is a page present but hidden or missing from _meta.ts?
  • Do multiple pages describe the same feature inconsistently?

Common drift patterns

  • Renamed settings keys or changed defaults
  • Updated authentication or provider configuration flow
  • New or removed CLI commands and flags
  • New tool behavior or approval/sandbox semantics
  • IDE integration changes that never reached the docs
  • Features documented in the wrong section, making them hard to find

Output standard

  • Prefer a small number of precise edits over a speculative docs rewrite.
  • Leave a clear summary of what was missing, wrong, or stale.
  • If the audit uncovers a larger docs reorganization, fix the highest-impact inaccuracies first and note the remaining work.