wiki-qa_skill

This skill answers codebase questions by analyzing source files and citing exact locations to ground explanations.
  • Go

3

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill linehaul-ai/linehaulai-claude-marketplace --skill wiki-qa

  • SKILL.md2.2 KB

Overview

This skill answers questions about a code repository by analyzing source files and returning evidence-backed explanations. Use it to explore how components work, find where symbols are defined, and get precise citations to the code. It focuses on Go projects and related tooling in the Claude Marketplace context.

How this skill works

Before producing any answer, it determines the repository context (remote URL vs local) and the active branch so citations reference the correct source. It searches the codebase for relevant files, extracts exact lines of evidence, and synthesizes concise explanations with inline citations to the source. Responses are grounded only in repository files and will request more files if evidence is missing.

When to use it

  • You ask "how does X work" for a component, function, or package.
  • You need the file and line where a symbol (type, function, constant) is defined.
  • You want a walkthrough of data flow or component interactions in the repo.
  • You need code-backed answers for code review, debugging, or onboarding.
  • You want precise citations (file:line or remote links) to include in documentation or PRs.

Best practices

  • Provide repository context up front: indicate if the repo has a remote URL or is local-only.
  • Point to a specific file, symbol name, or code region when possible to speed retrieval.
  • Allow the skill to run the initial repo-detection steps so citations are accurate.
  • If the answer seems incomplete, grant access to additional files or file paths to inspect.
  • Expect answers strictly tied to repository contents; the skill will not guess beyond available files.

Example use cases

  • "Where is the command dispatcher implemented and how does it register handlers?" — returns exact file and lines with explanation.
  • "How does the plugin hook system pass data between subagents?" — extracts relevant functions and illustrates flow with citations.
  • "Show me where the Claude integration credentials are loaded." — finds config parsing and cites lines.
  • "Explain the build or CI config that affects the Go modules in this repo." — maps files and key lines with recommendations.

FAQ

I will use local-file citations (file_path:line_number) and ask you to confirm the repo is local-only so linked references remain accurate.

What languages does this skill support?

It detects the language of your question and responds in that language; the primary analysis is optimized for Go code in this repo context.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
wiki-qa skill by linehaul-ai/linehaulai-claude-marketplace | VeilStrat