Install
openclaw skills install @jzg-lab/docs-refreshopenclaw skills install @jzg-lab/docs-refreshUse this to close out work by syncing durable docs with the repository's real state. It is not a general writing prompt.
Keep the workflow platform-neutral. Host-specific aliases, launcher syntax, and metadata belong in adapters.
AGENTS.md is a map, not a manual. Keep it short, stable, and navigational.git add, git commit, or automatic VCS cleanup.AGENTS.md when present, then follow only the pointers needed to find authority, ownership, freshness rules, and doc-lint requirements.SKILL.md.[repo-root]. Do not assume the target repo has its own scripts/collect_changed_context.sh.[routing] section and open only the matching mode file from preferred_mode_doc.git status --short, staged and unstaged changed files, untracked files, diff stat, and the repository docs layout.Use this only when the bundled collector cannot be run from the skill directory or its routing output is unavailable.
bootstrap: no split docs tree exists, and the repository does not yet have a stable docs system beyond README.md or a few incidental docs. README.md only is still bootstrap.minimal: no split docs tree exists, but the repository already has one or more stable living docs such as AGENTS.md, ARCHITECTURE.md, or durable top-level current-state docs. A repo can be minimal even if AGENTS.md is absent.structured: split docs domains already exist, such as docs/design-docs/, docs/product-specs/, docs/references/, docs/generated/, or docs/exec-plans/.repair: a real docs system exists, but its map or authority is broken enough that content edits would deepen drift: missing index pages, stale or broken AGENTS.md or ARCHITECTURE.md, broken cross-links, or no usable navigation path from entry docs to owning pages.AGENTS.md alone does not mean repair.repair.minimal and repair, choose minimal unless the repository already has a real docs system whose map is broken.AGENTS.md, ARCHITECTURE.md, and docs/**/index.mdAGENTS.md never outranks code or the deeper docs it points to.README.md, AGENTS.md, and only add deeper structure when durable domains appear.If no documentation change is needed, say so explicitly and explain why.
If documentation changed, report:
AGENTS.md stayed unchanged on purpose, or why its navigation changedStop after the explanation. Do not stage or commit anything.