Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Graphrag Query

Answer questions using internal documents and enterprise knowledge via GraphRAG.

tools-only b8d9ba8 3 files · 3.3 KB Updated 7 repo stars

File contents

GraphRAG Internal Knowledge Query Skill

🎯 Purpose & Scope

This skill is designed exclusively for local / internal knowledge-based question answering.

Use this skill when the question:

  • Refers to company documents, internal papers, design docs, reports
  • Mentions uploaded files, PDFs, Word, Markdown, CSV, etc.
  • Requires long-term organizational knowledge
  • Needs answers grounded in a private knowledge graph
  • Should NOT rely on real-time internet information

Do NOT use this skill for:

  • Real-time news
  • Public web search
  • Up-to-date external facts
  • Open-domain exploration

For those cases, use web-search instead.


🧠 Knowledge Source

  • Internal documents uploaded to GraphRAG
  • Automatically constructed entity–relationship knowledge graph
  • Community-based summaries and semantic retrieval
  • Answers are generated via GraphRAG Map-Reduce reasoning

🚀 Standard Execution Command

IMPORTANT: Always run from the project root using this exact path structure:

python src/services/skills/graphrag-query/scripts/graphrag_query.py "<question>"

tools-only/X-Skills/tree/main/data-analysis/003-name-skill_2113a183 commit b8d9ba8e2d

Frequently asked questions

npx skillmds add tools-only/graphrag-query