alicloud-platform-docs-api-review▌
cinience/alicloud-skills · updated Apr 8, 2026
Use this skill when the user gives a product name and asks for an end-to-end documentation/API quality review.
Alibaba Cloud Product Docs + API Docs Reviewer
Use this skill when the user gives a product name and asks for an end-to-end documentation/API quality review.
What this skill does
- Resolve product from latest OpenAPI metadata.
- Fetch latest API docs for default version.
- Discover product/help-doc links from official product page.
- Produce a structured review report with:
- score
- evidence
- prioritized suggestions (P0/P1/P2)
Workflow
Run the bundled script:
python skills/platform/docs/alicloud-platform-docs-api-review/scripts/review_product_docs_and_api.py --product "<product name or product code>"
Example:
python skills/platform/docs/alicloud-platform-docs-api-review/scripts/review_product_docs_and_api.py --product "ECS"
Output policy
All generated artifacts must be written under:
output/alicloud-platform-docs-api-review/
For each run, the script creates:
review_evidence.jsonreview_report.md
Reporting guidance
When answering the user:
- State resolved product + version first.
- Summarize the score and the top 3 issues.
- List P0/P1/P2 recommendations with concrete actions.
- Provide source links used in the report.
Validation
mkdir -p output/alicloud-platform-docs-api-review
for f in skills/platform/docs/alicloud-platform-docs-api-review/scripts/*.py; do
python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/alicloud-platform-docs-api-review/validate.txt
Pass criteria: command exits 0 and output/alicloud-platform-docs-api-review/validate.txt is generated.
Output And Evidence
- Save artifacts, command outputs, and API response summaries under
output/alicloud-platform-docs-api-review/. - Include key parameters (region/resource id/time range) in evidence files for reproducibility.
Prerequisites
- Configure least-privilege Alibaba Cloud credentials before execution.
- Prefer environment variables:
ALICLOUD_ACCESS_KEY_ID,ALICLOUD_ACCESS_KEY_SECRET, optionalALICLOUD_REGION_ID. - If region is unclear, ask the user before running mutating operations.
References
- Review rubric:
references/review-rubric.md
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★31 reviews- ★★★★★Chaitanya Patil· Dec 28, 2024
We added alicloud-platform-docs-api-review from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Aisha Malhotra· Dec 28, 2024
alicloud-platform-docs-api-review reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Amina Li· Dec 24, 2024
I recommend alicloud-platform-docs-api-review for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Kiara Flores· Nov 27, 2024
alicloud-platform-docs-api-review has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Piyush G· Nov 19, 2024
alicloud-platform-docs-api-review fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Nia Mehta· Nov 19, 2024
Registry listing for alicloud-platform-docs-api-review matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Chen Martin· Nov 15, 2024
Keeps context tight: alicloud-platform-docs-api-review is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Aisha Chawla· Oct 18, 2024
Useful defaults in alicloud-platform-docs-api-review — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Shikha Mishra· Oct 10, 2024
alicloud-platform-docs-api-review is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Nia Smith· Oct 10, 2024
Keeps context tight: alicloud-platform-docs-api-review is the kind of skill you can hand to a new teammate without a long onboarding doc.
showing 1-10 of 31