What problem does it solve? Staged wiki ingestion leaves new entries sitting in a holding area (_inbox/proposed/) until a human reviews them; this Skill is the review gate that moves approved entries into the live wiki, wires up their backlinks, and regenerates the index so nothing is published without approval. ## Core Features & Use Cases - Review and approval workflow: Lists pending staged entries with title, tier, and TL;DR, then lets the user promote all, pick one, or review each entry in detail before approving, rejecting, or skipping. - Mechanical promotion: Moves each approved entry to its target taxonomy folder, strips the proposed status, adds suggested backlinks to Related sections, deletes the metadata sidecar, normalizes bare-slug links, and regenerates INDEX. - Defensive validation: Holds back entries with missing, malformed, or folder-less sidecar metadata (exit code 4) instead of filing them at the wiki root, and offers a --check mode that validates staging without moving anything. - Use Case: After running a staged wiki update, invoke the skill with "all" to review the staged entries, approve them, and have each one filed under wiki/<target_folder>/ with backlinks added and the index rebuilt. ## Quick Start Ask the AI to run /wiki-promote to show what is currently staged in proposed and approve the entries you want moved into the live wiki.