بنقرة واحدة
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.