원클릭으로
wiki-ingest-triage
Triage a URL, PDF, or file for ingestion into the knowledge wiki — assess fit, pick domain, run ingest
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Triage a URL, PDF, or file for ingestion into the knowledge wiki — assess fit, pick domain, run ingest
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
Review stale draft wiki pages and finalize them — fix missing citations, run validator, commit
Run structured multi-source research on a question and file the result as a wiki synthesis page
SOC 직업 분류 기준
| name | wiki-ingest-triage |
| description | Triage a URL, PDF, or file for ingestion into the knowledge wiki — assess fit, pick domain, run ingest |
| triggers | ["wiki-ingest-triage","wiki ingest-triage"] |
Evaluates whether a source belongs in the wiki, picks the right domain, and
runs wiki ingest. Covers the full triage loop: fit check → domain selection →
ingest → confirm frontmatter.
Reference conventions: WIKI.md § 3 (source types), § 9 (hard rules), § 10 (filter policy).
/wiki-ingest-triage <url-or-path> # Triage a single source
/wiki-ingest-triage <url> --domain glp1 # Skip domain selection, use glp1
Identify source type: Determine type from URL/path extension per WIKI.md § 3.1.
Supported: web, youtube, arxiv, pubmed, pdf, voice, note, image, etc.
Assess fit: Ask one question — does this source contribute novel, citable evidence to any existing domain? If no, say so and stop.
Select domain: Run wiki status to see active domains. Match source topic
to the best-fit domain slug. If ambiguous, ask the user.
Plan before ingest (hard rule — WIKI.md § 9): State which pages will be created before running any command.
Run ingest:
.venv/bin/wiki ingest <path-or-url> --domain <slug>
Add --draft if the source needs citation review before finalization.
Confirm: Read the created raw page and wiki/sources page. Verify frontmatter
has domains:, content_hash:, ingested_at:. Report the source ID.
wiki/ or raw/. All writes go through the gateway (WIKI.md § 9).wiki batch-ingest, not this skill.