alicloud-platform-devops-test

cinience/alicloud-skills · updated Apr 8, 2026

$npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-platform-devops-test
0 commentsdiscussion
summary

Category: test

skill.md

Category: test

PLATFORM DEVOPS Smoke Test

Prerequisites

  • Target skill: skills/platform/devops/alicloud-platform-devops/.
  • Optional online SDK test dependency:
python -m pip install -U alibabacloud_devops20210625 alibabacloud_tea_openapi

Test Steps

  1. Run offline script compilation check:
python3 tests/common/compile_skill_scripts.py \
  --skill-path skills/platform/devops/alicloud-platform-devops \
  --output output/alicloud-platform-devops-test/compile-check.json
  1. Run metadata API discovery script:
python3 skills/platform/devops/alicloud-platform-devops/scripts/list_openapi_meta_apis.py \
  --product-code devops \
  --version 2021-06-25 \
  --output-dir output/alicloud-platform-devops-test
  1. Verify generated files and API count:
test -f output/alicloud-platform-devops-test/devops_2021-06-25_api_docs.json
test -f output/alicloud-platform-devops-test/devops_2021-06-25_api_list.md
rg -n "API count: [1-9][0-9]*" output/alicloud-platform-devops-test/devops_2021-06-25_api_list.md
  1. Save request summary, response summary, and raw output under output/alicloud-platform-devops-test/.

Optional Online Read-only Check

Set one organization id:

export DEVOPS_ORGANIZATION_ID=<organization-id>

Run bounded read-only calls:

python3 skills/platform/devops/alicloud-platform-devops/scripts/list_projects.py \
  --organization-id \"$DEVOPS_ORGANIZATION_ID\" \
  --max-results 10 \
  --json \
  --output output/alicloud-platform-devops-test/list-projects.json

python3 skills/platform/devops/alicloud-platform-devops/scripts/list_repositories.py \
  --organization-id \"$DEVOPS_ORGANIZATION_ID\" \
  --page 1 \
  --per-page 10 \
  --json \
  --output output/alicloud-platform-devops-test/list-repositories.json

python3 skills/platform/devops/alicloud-platform-devops/scripts/list_pipelines.py \
  --organization-id \"$DEVOPS_ORGANIZATION_ID\" \
  --max-results 10 \
  --json \
  --output output/alicloud-platform-devops-test/list-pipelines.json

Verify basic response structure:

rg -n '\"requestId\"|\"success\"|\"errorCode\"|\"errorMessage\"' \
  output/alicloud-platform-devops-test/list-projects.json \
  output/alicloud-platform-devops-test/list-repositories.json \
  output/alicloud-platform-devops-test/list-pipelines.json

Pass Criteria

  • Script compilation check passes (compile-check.json.status=pass).
  • Metadata API discovery succeeds and produces both JSON and markdown output files.
  • API list markdown shows a positive API count.
  • Evidence files exist in output/alicloud-platform-devops-test/.
  • Optional online read-only check returns valid response structures.

Result Template

  • Date: YYYY-MM-DD
  • Skill: skills/platform/devops/alicloud-platform-devops
  • Conclusion: pass / fail
  • Notes:

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.772 reviews
  • Neel Li· Dec 28, 2024

    alicloud-platform-devops-test reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Yusuf Flores· Dec 24, 2024

    alicloud-platform-devops-test is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Arya Torres· Dec 20, 2024

    Solid pick for teams standardizing on skills: alicloud-platform-devops-test is focused, and the summary matches what you get after install.

  • Naina Ndlovu· Dec 20, 2024

    Useful defaults in alicloud-platform-devops-test — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Yuki Gupta· Dec 16, 2024

    We added alicloud-platform-devops-test from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Pratham Ware· Dec 4, 2024

    I recommend alicloud-platform-devops-test for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Liam Martin· Nov 27, 2024

    alicloud-platform-devops-test fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Yash Thakker· Nov 23, 2024

    Useful defaults in alicloud-platform-devops-test — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Amina Abebe· Nov 23, 2024

    Registry listing for alicloud-platform-devops-test matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Fatima Kim· Nov 19, 2024

    Registry listing for alicloud-platform-devops-test matched our evaluation — installs cleanly and behaves as described in the markdown.

showing 1-10 of 72

1 / 8