بنقرة واحدة
wiki-research
Run structured multi-source research on a question and file the result as a wiki synthesis page
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run structured multi-source research on a question and file the result as a wiki synthesis page
التثبيت باستخدام 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
Review stale draft wiki pages and finalize them — fix missing citations, run validator, commit
Triage a URL, PDF, or file for ingestion into the knowledge wiki — assess fit, pick domain, run ingest
| name | wiki-research |
| description | Run structured multi-source research on a question and file the result as a wiki synthesis page |
| triggers | ["wiki-research","wiki research"] |
Takes a research question, fans out across search adapters, filters candidates,
and files a synthesis page via the gateway. Uses wiki research + wiki query.
Reference conventions: WIKI.md § 5 (query workflow), § 7 (synthesis pages).
/wiki-research "How does GLP-1 affect dopamine reward circuits?"
/wiki-research "What are the risks of AI agents in clinical settings?" --domain edge-ai-agentic
Check existing coverage: Run wiki search "<key terms>" and scan
index.md for related synthesis pages. If an answer already exists, link
to it and stop unless the user wants a fresh synthesis.
Scoped research: Run:
.venv/bin/wiki research "<question>" [--domain <slug>] --review
This fans out search, filters candidates, and builds a query plan.
Review plan: The --review flag surfaces the proposed source set.
Confirm or adjust before executing.
Execute:
.venv/bin/wiki research "<question>" --execute <plan-id>
Or use the shorthand: .venv/bin/wiki query "<question>" [--domain <slug>]
Inspect output: The gateway writes a draft synthesis page to
wiki/synthesis/<slug>.md. Read it and verify:
synthesizes: frontmatter lists source IDs## Sources cited section has [[sources/...]] linksFinalize: If citations are complete, run wiki finalize on the page.
Otherwise leave as draft and note the gap.
wiki query writes a wiki page — it is a write op. Plan before running (WIKI.md § 9).wiki nlm-* commands (WIKI.md § 9).synthesizes: frontmatter per ONT-11; validator warns if absent.