Category: test
Minimal Viable Test
Goals
-
Validate only the minimal request path for this skill.
-
If execution fails, record exact error details without guessing parameters.
Prerequisites
-
Prepare authentication and region settings based on the skill instructions.
-
安装 DashScope SDK:python -m pip install dashscope
-
配置 DASHSCOPE_API_KEY (建议使用环境变量或 .env)。
-
Target skill: skills/ai/entry/alicloud-ai-entry-modelstudio
Test Steps (Minimal)
-
Open the target skill SKILL.md and choose one minimal input example.
-
Send one minimal request or run the example script.
-
Record request summary, response summary, and success/failure reason.
输出建议
- 将结果保存为 output/alicloud-ai-entry-modelstudio-test-results.md 。
Result Template
-
Date: YYYY-MM-DD
-
Skill: skills/ai/entry/alicloud-ai-entry-modelstudio
-
Conclusion: pass / fail
-
Notes: