Sample QA Skill

Minimal Q&A skill example with clear inputs and outputs

danmaps Updated

File contents

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.

danmaps/gis-agent-skills/tree/main/skills/sample-qa-skill commit 3f4962b096

Frequently asked questions

npx skillmds@latest add danmaps/sample-qa-skill