원클릭으로
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.