aliyun-mps-manage-test
$
npx mdskill add cinience/alicloud-skills/aliyun-mps-manage-testSmoke tests aliyun-mps-manage for basic API functionality and authentication
- Validates minimal authentication and API reachability for Aliyun MPS
- Uses Aliyun Media Processing Service (MPS) read-only APIs for testing
- Executes a single low-risk query to confirm expected response structure
- Saves test results and raw output for verification and debugging
SKILL.md
.github/skills/aliyun-mps-manage-testView on GitHub ↗
--- name: aliyun-mps-manage-test description: Smoke test for aliyun-mps-manage. Validate minimal authentication, API reachability, and one read-only query path. version: 1.0.0 --- Category: test # MEDIA MPS Smoke Test ## Prerequisites - Configure credentials with least privilege (`ALIBABACLOUD_ACCESS_KEY_ID` / `ALIBABACLOUD_ACCESS_KEY_SECRET` / optional `ALIBABACLOUD_REGION_ID`). - Target skill: `skills/media/mps/aliyun-mps-manage/`. ## Test Steps 1) Run offline script compilation check (no network needed): ```bash python3 tests/common/compile_skill_scripts.py \ --skill-path skills/media/mps/aliyun-mps-manage \ --output output/aliyun-mps-manage-test/compile-check.json ``` 2) Read the target skill `SKILL.md` and identify one lowest-risk read-only API (for example `Describe*` / `List*` / `Get*` / `Query*`). 3) Execute one minimal call with bounded scope (region + page size / limit). 4) Save request summary, response summary, and raw output under `output/aliyun-mps-manage-test/`. 5) If the call fails, record exact error code/message without guessing. ## Pass Criteria - Script compilation check passes (`compile-check.json.status=pass`). - The selected read-only API call succeeds and returns valid response structure. - Evidence files exist in `output/aliyun-mps-manage-test/` with timestamp and parameters. ## Result Template - Date: YYYY-MM-DD - Skill: skills/media/mps/aliyun-mps-manage - Conclusion: pass / fail - Notes: