# Sample QA Skill

> Minimal Q&A skill example with clear inputs and outputs

- Skill: `danmaps/sample-qa-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add danmaps/sample-qa-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/danmaps/sample-qa-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: danmaps (https://skillmd.com/u/danmaps)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/danmaps/sample-qa-skill

---


# Sample QA Skill

A tiny example skill that answers a question succinctly.

## Inputs

- `question` (string)

## Output

- `answer` (string)

## Example

**User:** “What is a geodatabase?”

**Output:** “A geodatabase is Esri’s container format for storing spatial data, tables, and relationships.”

## Intent

State the operational goal of the skill and what good output should accomplish.

## Outputs

Return a concise, usable result with the key artifacts or recommendations.

## Safety

Do not invent data, credentials, or system context. Flag uncertainty and risky operations clearly.


