alicloud-ai-image-qwen-image-test

Execute a smoke test validating the minimal Qwen image generation request path.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-image-qwen-image-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-ai-image-qwen-image-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/ai/image/alicloud-ai-image-qwen-image-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-image-qwen-image-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a minimal test to ensure the core functionality of the Qwen image generation skill is operational.

Core Features & Use Cases

  • Smoke Testing: Validates the basic request path for image generation.
  • Error Reporting: Captures exact error details if the test fails, aiding debugging.
  • Use Case: Before deploying changes to the main image generation skill, run this test to quickly confirm that basic image creation is still possible.

Quick Start

Run the minimal request example found in the target skill's SKILL.md.

Frequently Asked Questions about alicloud-ai-image-qwen-image-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a smoke test for Qwen image generation?

A smoke test for image generation validates the minimal request path to confirm basic image creation functionality is operational before deploying changes.

Why does my Qwen image generation test fail without clear errors?

If your Qwen image generation test fails, this skill captures exact error details to aid debugging, focusing on identifying precise failure points rather than attempting parameter inference.

Do I need to configure parameters for a Qwen image generation smoke test?

No, you do not need to configure parameters for this smoke test. The test deliberately skips parameter inference to focus strictly on validating the minimal request path.

When should I use a minimal test for AI image creation?

You should use a minimal test for AI image creation before deploying changes to your main generation skill, ensuring the core functionality remains operational and quickly identifying request path failures.

Does this Qwen image test support complex generation workflows?

No, this Qwen image test does not support complex workflows. It is designed exclusively for basic smoke testing to confirm minimal image creation functionality and capture failure details.