What problem does it solve? When working on a project, you often need quick answers about how a GitHub repository works without reading the entire codebase. This Skill queries DeepWiki via MCP tools to research repository questions and returns concise, context-ready answers. ## Core Features & Use Cases - Repository Identification: Infers the target GitHub repository from recent work context, or asks the user when it cannot be determined. - DeepWiki Question Answering: Uses the MCP DeepWiki ask_question tool to investigate the user's research topic against the repository's wiki. - Concise Summaries: Delivers a one-line explanation of findings so the result can be loaded into context without lengthy output. - Use Case: While debugging an unfamiliar open-source dependency, ask how its authentication flow works and get a one-line summary sourced from the repository's DeepWiki documentation. ## Quick Start Ask the assistant to use the deepwiki skill to investigate how a specific feature works in the current GitHub repository.