aliyun-qwen-image-test

$npx mdskill add cinience/alicloud-skills/aliyun-qwen-image-test

Performs minimal image generation smoke test for Model Studio Qwen image.

  • Validates basic image generation functionality for Qwen image models.
  • Relies on authentication, region settings, and the target Qwen image API.
  • Uses predefined minimal input examples to test core request paths.
  • Records test outcomes including success status and error details.
SKILL.md
.github/skills/aliyun-qwen-image-testView on GitHub ↗
---
name: aliyun-qwen-image-test
description: Minimal image generation smoke test for Model Studio Qwen image.
version: 1.0.0
---

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.
- Target skill: skills/ai/image/aliyun-qwen-image

## Test Steps (Minimal)

1) Open the target skill SKILL.md and choose one minimal input example.
2) Send one minimal request or run the example script.
3) Record request summary, response summary, and success/failure reason.

## Result Template

- Date: YYYY-MM-DD
- Skill: skills/ai/image/aliyun-qwen-image
- Conclusion: pass / fail
- Notes:
More from cinience/alicloud-skills