Answers questions about a code repository using source file analysis. Use when the user asks a question about how something works, wants to understand a component, or needs help navigating the codebase.
Add this skill
npx mdskills install sickn33/wiki-qaClear procedure for answering codebase questions with source-grounded evidence and citations
1---2name: wiki-qa3description: Answers questions about a code repository using source file analysis. Use when the user asks a question about how something works, wants to understand a component, or needs help navigating the codebase.4---56# Wiki Q&A78Answer repository questions grounded entirely in source code evidence.910## When to Activate1112- User asks a question about the codebase13- User wants to understand a specific file, function, or component14- User asks "how does X work" or "where is Y defined"1516## Procedure17181. Detect the language of the question; respond in the same language192. Search the codebase for relevant files203. Read those files to gather evidence214. Synthesize an answer with inline citations2223## Response Format2425- Use `##` headings, code blocks with language tags, tables, bullet lists26- Cite sources inline: `(src/path/file.ts:42)`27- Include a "Key Files" table mapping files to their roles28- If information is insufficient, say so and suggest files to examine2930## Rules3132- ONLY use information from actual source files33- NEVER invent, guess, or use external knowledge34- Think step by step before answering35
Full transparency — inspect the skill content before installing.