.qwen/skills/docs-audit-and-refresh/SKILL.md
Audit docs/ from the repository outward: inspect the current implementation,
identify documentation gaps or inaccuracies, and update the relevant pages. Keep
the work inside docs/ and treat code, tests, and current configuration
surfaces as the authoritative source.
Read references/audit-checklist.md before a broad audit so the scan stays focused on high-signal areas.
Inspect the repository areas that define user-facing or developer-facing behavior.
docs/Look for three classes of issues:
Prefer proving a gap with repository evidence before editing. Use current code and tests instead of intuition.
Fix the highest-cost issues first:
Update the smallest correct set of pages under docs/.
_meta.ts when adding or moving pagesBefore finishing:
docs/ for old terminology and replaced config keys_meta.tsdocs/ tree.
The qc-helper bundled skill
(packages/core/src/skills/bundled/qc-helper/SKILL.md) maintains a
hardcoded table mapping topics to doc file paths. If you added, moved,
renamed, or removed a page under docs/users/, that table must be updated
to match. Check the Features and Configuration tables in the SKILL.md
against the actual files in docs/users/features/ and
docs/users/configuration/. Other bundled or project skills may also
reference doc paths — search for docs/users/ across .qwen/skills/ and
packages/core/src/skills/bundled/ to catch them.docs/.Produce a focused docs refresh that makes the current repository more accurate and complete. Summarize the audited surfaces and the concrete pages updated.