What problem does it solve? Understanding an unfamiliar GitHub repository's code, architecture, or configuration normally requires cloning it and reading through source files manually. This Skill lets you ask natural-language questions about any public GitHub repository and get answers grounded in its actual code via DeepWiki. ## Core Features & Use Cases - Repository Q&A: Ask questions about a repo's code, architecture, modules, APIs, configuration, or behavior by providing an owner/repo slug or GitHub URL. - Automatic URL normalization: Accepts both owner/repo shorthand and full GitHub URLs, normalizing them before querying. - Structured answers: Summarizes DeepWiki responses with relevant file paths, symbols, modules, and configuration names, and flags inconclusive results. - Use Case: You are evaluating the panfactum/stack repository and want to know whether kube_pg_cluster supports on-demand nodes for primaries with spot replicas. Ask the question directly and receive an answer citing the relevant configuration. ## Quick Start Ask DeepWiki how authentication is configured in the GitHub repository owner/repo.