Audit docs against actual code and find drift (wrong / stale / missing claims), report-only. Use when: "do the docs match the code", "check for doc drift", "audit docs vs code", "did this change make docs stale", "doc-sync", "文件跟 code 同步嗎", "查文件有沒有過時", "對照文件與實作", post-merge doc verification, periodic doc accuracy sweep. Two layers: a deterministic gate (reliable — links/fences/version/CLI-surface/roadmap; the real stopping condition, gate-able in CI) + an LLM sweep for discovery (scoped per-diff / full whole-repo; non-deterministic, never loop to zero). Not for: WRITING docs from scratch, fixing a single known typo, or build/test correctness (→ quality-pipeline). Report-only — surfaces findings; you triage + fix; mechanizable findings get demoted into the deterministic gate.
$npx -y skills add cookys/autopilot --skill doc-syncInstalls into the current project.
Run `npx skills use "https://github.com/cookys/autopilot" --skill "cookys/autopilot/doc-sync"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cookys/autopilot" that are relevant to the current task. Run `npx skills add "https://github.com/cookys/autopilot"` and select the relevant skills, then follow their instructions.