aliyun-platform-docs-review-test
$
npx mdskill add cinience/alicloud-skills/aliyun-platform-docs-review-testSmoke tests Aliyun platform docs review skill for API reachability and authentication
- Validates minimal API access and read-only query execution for Aliyun platform documentation
- Uses ALIBABACLOUD credentials and compile-check script for offline and runtime testing
- Identifies and executes low-risk read-only API calls with bounded parameters
- Saves test results, request, and response data to output directory for verification
SKILL.md
.github/skills/aliyun-platform-docs-review-testView on GitHub ↗
--- name: aliyun-platform-docs-review-test description: Smoke test for aliyun-platform-docs-review. Validate minimal authentication, API reachability, and one read-only query path. version: 1.0.0 --- Category: test # PLATFORM DOCS API REVIEW Smoke Test ## Prerequisites - Configure credentials with least privilege (`ALIBABACLOUD_ACCESS_KEY_ID` / `ALIBABACLOUD_ACCESS_KEY_SECRET` / optional `ALIBABACLOUD_REGION_ID`). - Target skill: `skills/platform/docs/aliyun-platform-docs-review/`. ## Test Steps 1) Run offline script compilation check (no network needed): ```bash python3 tests/common/compile_skill_scripts.py \ --skill-path skills/platform/docs/aliyun-platform-docs-review \ --output output/aliyun-platform-docs-review-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-platform-docs-review-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-platform-docs-review-test/` with timestamp and parameters. ## Result Template - Date: YYYY-MM-DD - Skill: skills/platform/docs/aliyun-platform-docs-review - Conclusion: pass / fail - Notes: