examples/llm-wiki/skills/wiki-query/SKILL.md
Query the wiki to answer questions. Searches wiki pages, synthesizes answers with citations, and optionally files valuable answers back as new wiki pages. Use when the user asks a question about the knowledge base.
npx skillsauth add open-gitagent/gitagent wiki-queryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Answer questions by searching and synthesizing from the wiki.
memory/wiki/index.md to find relevant pagesmemory/wiki/Format depends on the question:
If the answer represents a useful synthesis that doesn't exist as a wiki page:
memory/wiki/memory/wiki/index.mdmemory/log.md:
## [YYYY-MM-DD] query-filed | Page Title
- Question: [original question]
- Pages referenced: [list]
- New page: memory/wiki/page-name.md
Good answers should not disappear into chat history. A comparison you asked for, an analysis, a connection you discovered — these are valuable wiki content. Filing them back means your explorations compound in the knowledge base just like ingested sources do.
development
Reviews code diffs and files for security vulnerabilities (OWASP Top 10), error handling, complexity, naming conventions, and performance issues. Use when the user asks to review a PR, pull request, diff, merge request, or code changes.
development
Advanced web search using Tavily API for current information retrieval
development
Academic paper search via Google Scholar using Serper API
documentation
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)