Agent Skillsdatagallery-lab/datafoundry › hello-test-skill

hello-test-skill

GitHub

用于执行上传和运行时冒烟测试的最小化技能,适用于用户请求简单上传测试或基础数据检查的场景。

scripts/fixtures/test-skill/SKILL.md datagallery-lab/datafoundry

触发场景

用户要求进行简单的上传测试 用户需要进行基础数据检查

安装

npx skills add datagallery-lab/datafoundry --skill hello-test-skill -g -y
更多选项

非标准路径

npx skills add https://github.com/datagallery-lab/datafoundry/tree/main/scripts/fixtures/test-skill -g -y

不安装直接使用

npx skills use datagallery-lab/datafoundry@hello-test-skill

指定 Agent (Claude Code)

npx skills add datagallery-lab/datafoundry --skill hello-test-skill -a claude-code -g -y

安装 repo 全部 skill

npx skills add datagallery-lab/datafoundry --all -g -y

预览 repo 内 skill

npx skills add datagallery-lab/datafoundry --list

SKILL.md

Frontmatter
{
    "name": "hello-test-skill",
    "tags": [
        "test",
        "demo"
    ],
    "version": "1.0.0",
    "description": "A minimal skill for upload and runtime smoke testing.",
    "allowed-tools": [
        "inspect_schema",
        "run_sql_readonly",
        "preview_table"
    ],
    "user-invocable": true
}

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.

版本历史

  • 77fa566 当前 2026-07-11 16:58

同 Skill 集合

packages/skills/builtin/data-analysis/SKILL.md

元信息

文件数
0
版本
77fa566
Hash
786088f2
收录时间
2026-07-11 16:58

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-13 15:19
浙ICP备14020137号-1 $访客地图$