一键导入
wiki-finalize-drafts
Review stale draft wiki pages and finalize them — fix missing citations, run validator, commit
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review stale draft wiki pages and finalize them — fix missing citations, run validator, commit
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add or fix citations on a wiki page using cite-suggest, or capture a URL from any repo and add it as a citation (AGT-7). Triggers — "add citation", "cite this", "wiki cite", or when you have a quote + URL from another project.
Bootstrap a new research domain — write policy, seed concept pages, confirm filter thresholds
Review wiki pages for quality — citation coverage, claim accuracy, staleness, cross-links
Triage a URL, PDF, or file for ingestion into the knowledge wiki — assess fit, pick domain, run ingest
Run structured multi-source research on a question and file the result as a wiki synthesis page
| name | wiki-finalize-drafts |
| description | Review stale draft wiki pages and finalize them — fix missing citations, run validator, commit |
| triggers | ["wiki-finalize-drafts","wiki finalize-drafts"] |
Surfaces stale draft pages, identifies what's blocking finalization (missing
citations, failing validator), fixes the blockers, and runs wiki finalize.
Reference conventions: WIKI.md § 8 (draft lifecycle), § 12.2 lint check stale-drafts.
/wiki-finalize-drafts # Review all stale drafts
/wiki-finalize-drafts wiki/synthesis/foo.md # Target one page
Find drafts: Run wiki lint --scope stale-drafts to list pages with
draft: true older than 7 days.
Prioritize: For each draft, classify:
## Sources cited section with [[sources/...]] links → ready to finalizeCat A — finalize directly:
.venv/bin/wiki finalize wiki/<type>/<slug>.md
Cat B — add citations first:
Run /wiki-cite wiki/<type>/<slug>.md (or use wiki cite-add) to surface
citation candidates. Then finalize.
Cat C — present to user: Show the slug and ask: finalize as-is, abandon, or skip?
To abandon: .venv/bin/wiki finalize wiki/<type>/<slug>.md --abandon
Report: State how many pages were finalized, abandoned, skipped.
wiki cite or wiki cite-add.wiki finalize will fail if citation grounding is not met; fix citations, don't force.draft: true in frontmatter is the only authoritative source of draft status.