# Hello Test Skill

> A minimal skill for upload and runtime smoke testing.

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

---


# Hello Test Skill

Use this skill when the user asks for a simple upload test or a basic data check.

## Steps

1. Greet the user and confirm this skill was loaded.
2. If a datasource is available, call `inspect_schema` first.
3. Run a small read-only query with `run_sql_readonly` or preview a table.
4. Summarize results in plain language.

## Notes

- This is a test skill only. Keep responses short.
- Do not invent schema or query results.

