wiki-stage-commit

Promote approved staged wiki pages from _staging to live locations.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill wiki-stage-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-stage-commit
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/wiki-stage-commit
Command: npx skills add https://github.com/zjykzk/blog --skill wiki-stage-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review and promote staged wiki pages to their final live locations after human review, ensuring only approved content moves into the live wiki.

Core Features & Use Cases

  • Inventory staged pages from the _staging/ directory and present pending files and updates.
  • Interactive review workflow with per-file accept/reject decisions and automatic promotion to live locations.
  • Safe fallback for rejected items, moving them back to _raw/ for manual editing and revision.

Quick Start

Review the _staging inventory and promote approved pages to their live wiki locations.

Frequently Asked Questions about wiki-stage-commit

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

FAQPage Schema
How do I promote staged wiki pages to live after human review?

Perform interactive wiki review by inventorying pending files from the _staging directory, then accepting or rejecting each item to automatically promote approved pages to their live locations.

What happens to rejected wiki pages during the staged review process?

Rejected wiki pages fall back to the _raw directory for manual editing and revision, preventing unapproved content from moving to live wiki locations during the staged review process.

Can I batch approve multiple wiki page updates at once?

Yes, the staged wiki review system supports batch approvals and diff-based updates, allowing you to promote multiple new and updated pages from the _staging directory simultaneously.

Do I need WIKI_STAGED_WRITES enabled to review and promote wiki content?

Yes, WIKI_STAGED_WRITES must be enabled to operate the staged wiki promotion workflow, ensuring all content updates enforce the human-in-the-loop review process before going live.

What is the best way to manage a human-in-the-loop content pipeline for wiki updates?

Manage a human-in-the-loop content pipeline by using staged writes to inventory pages from _staging and _raw directories, enforcing review steps before promoting approved content to live wiki locations.