What problem does it solve? When a question arrives as an LLM Wiki operation issue, answering it accurately requires navigating wiki pages, verifying claims against raw sources, and citing everything — a process that is easy to do inconsistently or to bluff through without evidence. ## Core Features & Use Cases - Citation-backed answers: Reads candidate pages via wiki_read_page, follows [[wiki-links]], and answers with inline citations to wiki pages or raw sources. - Source verification: Inspects raw sources with wiki_read_source when a wiki page's claims feel thin, and names gaps plainly when the wiki cannot answer. - Durable synthesis filing: When a question requires real synthesis, offers to file the answer under wiki/synthesis/<slug>.md, updates wiki/index.md, and logs the entry — only with user opt-in. - Use Case: An operation issue asks "How do managed resources differ from unmanaged ones?" The skill opens wiki/index.md, reads the relevant concept pages, verifies a thin claim against a raw source, and posts a cited answer in the issue thread. ## Quick Start Handle the open query operation issue by answering its question from the wiki with citations, and offer to file the answer as a synthesis page if it is durable.