.qwen/skills/docs-audit-and-refresh/references/audit-checklist.md
Use this checklist to keep repository-wide documentation audits focused and repeatable.
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.packages/core/src/skills/bundled/qc-helper/SKILL.md Inspect the topic-to-
doc-path index tables. This bundled skill ships with the CLI and uses these
tables at runtime to locate docs for /qc-helper invocations. Stale or
missing entries cause the skill to miss the right documentation or point at
nonexistent files..qwen/skills/*/SKILL.md and .qwen/skills/*/references/*.md Inspect any
hardcoded docs/users/ or docs/developers/ paths in project-level
skills. These are not shipped but are used during development workflows.Ask these questions while comparing the repo to docs/:
docs/?_meta.ts?qc-helper's topic-to-path tables)