Claude
Skills
Sign in
Back

aliyun-qwen-coder-test

Included with Lifetime
$97 forever

Minimal coding-model smoke test for Model Studio Qwen Coder.

Code Review

What this skill does


Category: test

# Minimal Viable Test

## Prerequisites

- Target skill: `skills/ai/code/aliyun-qwen-coder`

## Executable Example

```bash
.venv/bin/python skills/ai/code/aliyun-qwen-coder/scripts/prepare_code_request.py \
  --task "Add one guard clause to validate empty input." \
  --language python
```

Pass criteria: script returns `{"ok": true, ...}` and writes `output/aliyun-qwen-coder/requests/request.json`.

Related in Code Review