aliyun-modelstudio-entry-matrix-test

$npx mdskill add cinience/alicloud-skills/aliyun-modelstudio-entry-matrix-test

Runs minimal matrix tests for aliyun-modelstudio-entry-test skill

  • Validates minimal execution path for target skill
  • Depends on authentication and region configuration
  • Uses predefined input examples from SKILL.md
  • Reports test results with pass/fail status and notes
SKILL.md
.github/skills/aliyun-modelstudio-entry-matrix-testView on GitHub ↗
---
name: aliyun-modelstudio-entry-matrix-test
description: Minimal matrix test wrapper for aliyun-modelstudio-entry-test.
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/entry/aliyun-modelstudio-entry-test

## 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/entry/aliyun-modelstudio-entry-test
- Conclusion: pass / fail
- Notes:
More from cinience/alicloud-skills