test▌
141 indexed skills · max 10 per page
alicloud-ai-audio-tts-test
cinience/alicloud-skills · Cloud
Category: test \n Minimal Viable Test \n Goals \n \n Validate only the minimal request path for this skill. \n If execution fails, record exact error details without guessing parameters. \n \n Prerequisites \n \n Prepare authentication and region settings based on the skill instructions. \n Target skill: skills/ai/audio/alicloud-ai-audio-tts \n \n Test Steps (Minimal) \n \n Open the target skill SKILL.md and choose one minimal input example. \n Send one minimal request or run the example script.
test-writer
leonardomso/33-js-concepts · Testing
Use this skill to generate comprehensive Vitest tests for all code examples in a concept documentation page. Tests verify that code examples in the documentation are accurate and work as described.
alicloud-network-dns-cli-test
cinience/alicloud-skills · Cloud
Category: test \n DNS CLI Minimal Viable Test \n Prerequisites \n \n aliyun CLI is installed and configured. \n AK/SK is configured. \n GoalsSkill: skills/network/dns/alicloud-network-dns-cli/ 。 \n \n Test Steps \n \n 执行 aliyun alidns DescribeSubDomainRecords --DomainName <domain> --SubDomain <sub> 。 \n 若无记录,再执行一次空返回验证。 \n 记录 request id 和返回条目数。 \n \n Expected Results \n \n 命令可执行,返回 JSON 或明确权限错误。 \n
alicloud-data-lake-dlf-test
cinience/alicloud-skills · Cloud
Category: test \n DataLake Minimal Viable Test \n Prerequisites \n \n AK/SK and region are configured. \n GoalsSkill: skills/data-lake/alicloud-data-lake-dlf/ 。 \n \n Test Steps \n \n Run python scripts/list_openapi_meta_apis.py . \n Select one read-only API and run a minimal request. \n Save outputs under output/alicloud-data-lake-dlf-test/ 。 \n \n Expected Results \n \n Metadata retrieval succeeds. \n Read-only API returns success or an explicit permission error. \n
alicloud-ai-audio-tts-realtime-test
cinience/alicloud-skills · Cloud
Category: test
alicloud-ai-audio-tts-voice-design-test
cinience/alicloud-skills · Cloud
Category: test
alicloud-ai-misc-crawl-and-skill-test
cinience/alicloud-skills · Cloud
Category: test \n Minimal Viable Test \n Goals \n \n Validate only the minimal request path for this skill. \n If execution fails, record exact error details without guessing parameters. \n \n Prerequisites \n \n Prepare authentication and region settings based on the skill instructions. \n Target skill: skills/ai/misc/alicloud-ai-misc-crawl-and-skill \n \n Test Steps (Minimal) \n \n Open the target skill SKILL.md and choose one minimal input example. \n Send one minimal request or run the examp
alicloud-ai-entry-modelstudio-test
cinience/alicloud-skills · Cloud
$20
alicloud-ai-entry-modelstudio-matrix-test
cinience/alicloud-skills · Cloud
Category: test \n Minimal Viable Test \n Goals \n \n Validate only the minimal request path for this skill. \n If execution fails, record exact error details without guessing parameters. \n \n Prerequisites \n \n Prepare authentication and region settings based on the skill instructions. \n Target skill: skills/ai/entry/alicloud-ai-entry-modelstudio-test \n \n Test Steps (Minimal) \n \n Open the target skill SKILL.md and choose one minimal input example. \n Send one minimal request or run the ex
alicloud-compute-ecs-test
cinience/alicloud-skills · Cloud
Category: test \n ECS Minimal Viable Test \n Prerequisites \n \n 已配置 ALIBABACLOUD_ACCESS_KEY_ID / ALIBABACLOUD_ACCESS_KEY_SECRET / ALIBABACLOUD_REGION_ID 。 \n GoalsSkill: skills/compute/ecs/alicloud-compute-ecs/ 。 \n \n Test Steps \n \n 执行最小查询: DescribeRegions 。 \n 在一个 region 执行 DescribeInstances ( PageSize=1 )。 \n 记录请求参数、返回总数、是否成功。 \n \n Expected Results \n \n API 可达,返回结构正常。 \n 无实例时返回空列表,不应报鉴权错误。 \n