wiki-stage-commit

仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 20 天前
▸ 精选理由

在人工审核流程中提供可视化审查与逐条批准机制,降低回退成本。

▸ 风险提示

会把暂存内容写入正式仓库,存在覆盖风险,需人工确认。

这个 Skill 做什么

审阅并将 LLM 生成的暂存页面批准并推广到正式维基位置。

把 LLM 生成的暂存维基页面拿来审核并决定是否推进到正式位置,逐个显示暂存文件让你接受或拒绝,接受的会移到线上,拒绝的回到 _raw/ 供人工修改。当仓库配置允许 staged writes(WIKI_STAGED_WRITES=true)且有人发起提交时使用。它的亮点是把人类审核流程标准化,减少直接写坏正式维基的风险并保留可回溯的草稿。

▸ 展开 SKILL.md 英文原文

Review and promote staged wiki pages to their final locations. Use when WIKI_STAGED_WRITES=true and the user says "/wiki-stage-commit", "review staged pages", "commit staged writes", "promote staged pages", "approve staged changes", or "what's waiting in staging". Shows each staged file, lets the user accept or reject it, and moves accepted files to their final wiki locations. Rejected files are moved back to _raw/ for manual editing.

办公文档暂存审批写入发布变更审查通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-stage-commit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-stage-commit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wiki Stage Commit — Staged Write Promotion

You are reviewing LLM-written pages that are waiting in `_staging/` for human approval before they land in the live wiki. This skill is only useful when `WIKI_STAGED_WRITES=true` in the vault config.

## Before You Start

1. **Resolve config** — follow the Config Resolution Protocol in `llm-wiki/SKILL.md`. This gives `OBSIDIAN_VAULT_PATH` and `WIKI_STAGED_WRITES`.
2. If `WIKI_STAGED_WRITES` is not set or is `false`, tell the user: "Staged writes mode is not enabled. Set `WIKI_STAGED_WRITES=true` in your `.env` to use this feature." Then stop.
3. Read the `_staging/` directory inventory.

## Invocation Forms

```
/wiki-stage-commit               #
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有