promote-status

Validates and applies wiki page status transitions in frontmatter metadata.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/soli92/soli-projects --skill promote-status-soli92
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: promote-status
Source: https://github.com/soli92/soli-projects/tree/main/.cursor/skills/promote-status
Command: npx skills add https://github.com/soli92/soli-projects --skill promote-status-soli92

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about promote-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I promote a wiki page from draft to review?▼

Read the page's YAML frontmatter, verify the current status allows the transition (draft → review), then update the status and updated fields without touching the page body. Finally append a dated entry to wiki/log.md recording the old and new status.

What status transitions are allowed for wiki pages?▼

Only forward transitions are valid: draft → review → approved. Rolling back is not permitted; if an approved page needs changes, create a new version or append an updates section with the date.

Can I revert an approved wiki page back to draft?▼

No, backward transitions are not allowed. Instead, create a new version of the page or append an 'Aggiornamenti (vYYYY-MM-DD)' section to document changes while keeping the approved status.

Does the skill automatically promote pages based on citations?▼

No, auto-promotion is never applied. When a concept page is cited by two or more committed or in-progress user stories, the Orchestrator only suggests considering a promotion to review status.

What happens to the page body during a status promotion?▼

The page body is never modified during promotion. Only the status and updated fields in the YAML frontmatter change, and a log entry is appended to wiki/log.md.