aliyun-ccc-manage-test
$
npx mdskill add cinience/alicloud-skills/aliyun-ccc-manage-testValidates basic functionality of aliyun-ccc-manage with minimal API testing
- Tests authentication, API reachability, and read-only query for Aliyun CCC
- Uses ALIBABACLOUD credentials and Aliyun CCC API endpoints
- Runs script compilation check and executes low-risk Describe/List/Get API
- Saves test results, request, and response data in timestamped output files
SKILL.md
.github/skills/aliyun-ccc-manage-testView on GitHub ↗
--- name: aliyun-ccc-manage-test description: Smoke test for aliyun-ccc-manage. Validate minimal authentication, API reachability, and one read-only query path. version: 1.0.0 --- Category: test # AI CLOUD CALL CENTER Smoke Test ## Prerequisites - Configure credentials with least privilege (`ALIBABACLOUD_ACCESS_KEY_ID` / `ALIBABACLOUD_ACCESS_KEY_SECRET` / optional `ALIBABACLOUD_REGION_ID`). - Target skill: `skills/ai/service/aliyun-ccc-manage/`. ## Test Steps 1) Run offline script compilation check (no network needed): ```bash python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/service/aliyun-ccc-manage \ --output output/aliyun-ccc-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*`). 3) Execute one minimal call with bounded scope (region + page size / limit). 4) Save request summary, response summary, and raw output under `output/aliyun-ccc-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-ccc-manage-test/` with timestamp and parameters. ## Result Template - Date: YYYY-MM-DD - Skill: skills/ai/service/aliyun-ccc-manage - Conclusion: pass / fail - Notes: