What problem does it solve? After major refactors or commits, retrieval infrastructure (symbol graphs, document embeddings, god_nodes, GitNexus indexes) becomes stale, and manually running each rebuild script is error-prone. This Skill wraps the refresh-all-retrieval.cjs orchestrator to rebuild everything in one controlled pass, with dry-run previews, PID locking against concurrent execution, and drift verification. ## Core Features & Use Cases - One-command full rebuild: Orchestrates symbol graph harvest, re-embedding, document index sync, and god_nodes centrality computation via existing wrapper scripts, with optional GitNexus reindex after commits. - Safety guardrails: Mandatory --dry-run planning before destructive runs, a shared PID lock across four entry points preventing concurrent execution conflicts, and fail-safe abort thresholds protecting against corrupted graphs. - Documentation counter sync: After a refresh, sync-retrieval-doc-counters.cjs updates metric numbers across README, HTML mirrors, SKILL.md, and CLAUDE.md using seven anti-miswrite protections, but only after explicit user confirmation. - Use Case: After merging a large refactor, run the orchestrator with --dry-run to review the 4-step plan, execute the full rebuild, review the drift report, then confirm and apply documentation counter updates. ## Quick Start Ask the AI to run a dry-run of the full retrieval refresh to review the rebuild plan before executing the actual reindex.