Skill
Community

testany-guide

Install
1
Install the plugin
$
npx claudepluginhub testany-io/testany-agent-skills --plugin testany-bot

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Testany 平台核心概念和配置参考

Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
agents/openai.yaml
assets/testany-logo-small.png
assets/testany-logo.svg
references/automation-model.md
references/concepts.md
references/executors.md
references/pipeline-yaml.md
Skill Content

Testany 平台参考

本 skill 提供 Testany 平台的核心概念参考。详细内容见 references/ 目录。

核心实体关系

Traditional Test Scenario
  │
  └──► Testany Platform Case
             │
             └──► Pipeline (执行与编排单元) ──► Execution
                           │
                           ├──► Plan
                           ├──► Manual Trigger
                           └──► Gatekeeper

快速参考

宿主能力适配

testany-bot 通用版按能力而不是按宿主品牌分支:

  • 如果宿主支持结构化提问工具(如 AskUserQuestion),优先一次性收集缺失信息。
  • 如果宿主不支持该工具,则用普通文本在当前对话中提问;低风险字段可给出默认值建议,但必须明确告知用户。
  • 如果宿主支持 slash command / router,可推荐相关 workflow 的命令入口。
  • 如果宿主不支持 slash command,不要阻塞任务;直接在当前线程继续对应 workflow。

标识符格式

类型格式示例
Case Key8 位大写十六进制A1B2C3D4
Pipeline Key{WS_KEY}-{4-5位大写十六进制}Y2K-0001A
Workspace Key3 位大写字母数字Y2K
Execution ID{pipeline_key}-{5位大写十六进制}Y2K-0001A-0000B

MCP Schema Resources

在组装 API payload 前,应先读取对应的 schema resource:

Resource URI用途
testany://schema/caseCase 创建/更新字段定义
testany://schema/pipelinePipeline YAML 完整 schema
Stats
Stars10
Forks5
Last CommitMar 9, 2026

Similar Skills