Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Alicloud Platform Docs Api Review

  • 266 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

alicloud-platform-docs-api-review is an agent skill that audits Alibaba Cloud product docs and OpenAPI references for developers who need scored, evidence-backed documentation fixes before publishing SDK integrations or

About

alicloud-platform-docs-api-review maps to the cinience/alicloud-skills `aliyun-platform-docs-review` skill (version 1.0.0). A bundled Python script resolves a product from OpenAPI metadata, fetches the latest API and help documentation, and writes `review_evidence.json` plus `review_report.md` under `output/aliyun-platform-docs-review/`. Reports include numeric scores, source links, and prioritized P0, P1, and P2 recommendations. Developers reach for alicloud-platform-docs-api-review when validating Bailian, ECS, or other Alibaba Cloud product docs before codegen, preparing agent-safe API references, or producing actionable documentation improvement backlogs with reproducible evidence files.

  • OpenAPI and reference accuracy review
  • Example and parameter validation
  • Breaking-change detection in docs
  • Integration guide completeness
  • Agent-consumable API clarity

Alicloud Platform Docs Api Review by the numbers

  • 266 all-time installs (skills.sh)
  • Ranked #468 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-platform-docs-api-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs266
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

How do you audit Alibaba Cloud API documentation?

Review Alibaba Cloud platform API references, OpenAPI specs, and integration guides for accuracy, completeness, and agent-safe usage before publishing or codegen.

Who is it for?

Technical writers and integration engineers reviewing Alibaba Cloud OpenAPI references before SDK codegen or public documentation releases.

Skip if: Developers who only need runtime cloud provisioning commands without evaluating documentation quality or API spec completeness.

When should I use this skill?

A user asks to review, score, or improve Alibaba Cloud product documentation, OpenAPI specs, or API reference accuracy for a named product.

What you get

review_report.md with scores, review_evidence.json with source links, and prioritized P0/P1/P2 documentation recommendations.

  • review_report.md
  • review_evidence.json
  • Prioritized doc fix list

By the numbers

  • Skill version 1.0.0 in cinience/alicloud-skills
  • Produces P0, P1, and P2 prioritized recommendation tiers
  • Writes 2 output artifacts per review run: evidence JSON and report markdown

Files

SKILL.mdMarkdownGitHub ↗

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

1) Resolve product from latest OpenAPI metadata. 2) Fetch latest API docs for default version. 3) Discover product/help-doc links from official product page. 4) 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.json
  • review_report.md

Reporting guidance

When answering the user:

1) State resolved product + version first. 2) Summarize the score and the top 3 issues. 3) List P0/P1/P2 recommendations with concrete actions. 4) 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, optional ALICLOUD_REGION_ID.
  • If region is unclear, ask the user before running mutating operations.

References

  • Review rubric: references/review-rubric.md

Related skills

How it compares

Pick alicloud-platform-docs-api-review for scored Alibaba Cloud doc audits; use general technical-writing skills when no OpenAPI metadata or cloud product context is involved.

FAQ

What artifacts does alicloud-platform-docs-api-review generate?

alicloud-platform-docs-api-review writes `review_evidence.json` and `review_report.md` under `output/aliyun-platform-docs-review/` for each run. Reports include scores, evidence links, and P0, P1, and P2 prioritized improvement actions.

How do you run alicloud-platform-docs-api-review for a product?

alicloud-platform-docs-api-review executes `python skills/platform/docs/aliyun-platform-docs-review/scripts/review_product_docs_and_api.py --product "ECS"`. The script resolves the product from OpenAPI metadata and fetches the latest API and help documentation before scoring.

Documentationdocsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.