From deep-wiki
Answers codebase questions by analyzing source files with git repo resolution, inline citations, Key Files tables, and Mermaid diagrams for flows and architecture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deep-wiki:wiki-qaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Answer repository questions grounded entirely in source code evidence.
Answer repository questions grounded entirely in source code evidence.
Before answering any question, you MUST determine the source repository context:
git remote get-url origin to detect if a remote existsREPO_URL, use linked citations: [file:line](REPO_URL/blob/BRANCH/file#Lline)(file_path:line_number)git rev-parse --abbrev-ref HEAD## headings, code blocks with language tags, tables, bullet lists[src/path/file.ts:42](REPO_URL/blob/BRANCH/src/path/file.ts#L42)(src/path/file.ts:42)npx claudepluginhub microsoft/skills --plugin deep-wikiAnswers questions about the codebase by searching and reading source files, citing evidence inline. Use when the user asks how something works or where something is defined.
Conducts multi-turn iterative deep research on codebase topics by tracing code paths across files, mapping architecture, and analyzing data flows with strict evidence standards.
Explores codebases with Repowise indexing for architecture understanding, searching, and answering questions without raw source grepping.