alicloud-platform-docs-api-review-test▌
cinience/alicloud-skills · updated Apr 8, 2026
Category: test
Category: test
PLATFORM DOCS API REVIEW Smoke Test
Prerequisites
- Configure credentials with least privilege (
ALIBABACLOUD_ACCESS_KEY_ID/ALIBABACLOUD_ACCESS_KEY_SECRET/ optionalALIBABACLOUD_REGION_ID). - Target skill:
skills/platform/docs/alicloud-platform-docs-api-review/.
Test Steps
- Run offline script compilation check (no network needed):
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/platform/docs/alicloud-platform-docs-api-review \
--output output/alicloud-platform-docs-api-review-test/compile-check.json
- Read the target skill
SKILL.mdand identify one lowest-risk read-only API (for exampleDescribe*/List*/Get*). - Execute one minimal call with bounded scope (region + page size / limit).
- Save request summary, response summary, and raw output under
output/alicloud-platform-docs-api-review-test/. - 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/alicloud-platform-docs-api-review-test/with timestamp and parameters.
Result Template
- Date: YYYY-MM-DD
- Skill: skills/platform/docs/alicloud-platform-docs-api-review
- Conclusion: pass / fail
- Notes:
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★45 reviews- ★★★★★Dhruvi Jain· Dec 24, 2024
Solid pick for teams standardizing on skills: alicloud-platform-docs-api-review-test is focused, and the summary matches what you get after install.
- ★★★★★Yuki Park· Dec 20, 2024
alicloud-platform-docs-api-review-test reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Naina Zhang· Dec 16, 2024
alicloud-platform-docs-api-review-test is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Meera Anderson· Dec 8, 2024
alicloud-platform-docs-api-review-test has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Meera Reddy· Nov 27, 2024
alicloud-platform-docs-api-review-test fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Oshnikdeep· Nov 15, 2024
We added alicloud-platform-docs-api-review-test from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Kofi Jain· Nov 11, 2024
I recommend alicloud-platform-docs-api-review-test for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Meera Huang· Oct 18, 2024
We added alicloud-platform-docs-api-review-test from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Ganesh Mohane· Oct 2, 2024
alicloud-platform-docs-api-review-test fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Yusuf Martinez· Oct 2, 2024
Useful defaults in alicloud-platform-docs-api-review-test — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 45