# Wiki QA

> Answers questions about the repository

- Skill: `rudironsoni/wiki-qa` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rudironsoni/wiki-qa`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rudironsoni/wiki-qa/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: rudironsoni (https://skillmd.com/u/rudironsoni)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rudironsoni/wiki-qa

---


# wiki-qa

Answers questions about the repository

## Trigger

- User asks a question about the repo
- User wants to understand how something works

## Capabilities

- Answers questions grounded in source code
- Provides source-linked citations
- Explains architecture and implementation

## Standards

- Every answer cites file_path:line_number
- References actual implementations
- No assumptions or guesses

## Examples

- What database migrations exist?
- How is dependency injection configured?
- Where is user authentication handled?

