What problem does it solve? Wiki pages in a knowledge base need controlled lifecycle management, but manual status edits risk invalid transitions, inconsistent metadata, and missing audit trails. This Skill enforces a strict draft → review → approved workflow so page statuses stay consistent and traceable. ## Core Features & Use Cases - Transition Validation: Checks that a requested status change follows the allowed one-way path (draft → review → approved) before applying it. - Frontmatter Updates: Modifies only the status and updated fields in the YAML frontmatter, leaving the page body untouched. - Audit Logging: Appends every promotion to wiki/log.md with date, path, and old/new status. - Use Case: A concept page cited by two committed user stories is ready for review. The Orchestrator verifies the transition, updates the frontmatter, logs the change, and can suggest (never auto-apply) a promotion when citation thresholds are met. ## Quick Start Promote the wiki page at wiki/concepts/my-page.md from draft to review and log the transition.