What problem does it solve? LLM-generated wiki pages written to a staging area need human review before going live, and manually moving files risks overwriting concurrent edits or losing track of what was approved. This Skill provides a structured review-and-promote workflow for staged Obsidian wiki pages. ## Core Features & Use Cases - Staged Inventory: Lists all staged pages via the obsidian-wiki CLI with kind (new, update, patch), content revisions, and target paths. - Interactive Review: Shows summaries, previews, and structured diffs per file, letting you accept, reject, or skip each one; supports --all, --reject-all, and --list batch modes. - Conflict-Safe Promotion: Passes expected staged and live revisions to the CLI so promotion fails loudly (exit code 9) if content changed since listing, instead of silently clobbering concurrent writes. - Use Case: After an ingest run stages four new concept pages and two patches, run the skill to review each page, accept the good ones into the live wiki, and send rejected drafts to _raw/ for manual editing. ## Quick Start Ask the assistant to review staged pages and commit staged writes in the wiki vault.