Category: test
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionalicloud-platform-devops-testExecute the skills CLI command in your project's root directory to begin installation:
Fetches alicloud-platform-devops-test from cinience/alicloud-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate alicloud-platform-devops-test. Access via /alicloud-platform-devops-test in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
368
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
368
stars
Category: test
skills/platform/devops/alicloud-platform-devops/.python -m pip install -U alibabacloud_devops20210625 alibabacloud_tea_openapi
python3 tests/common/compile_skill_scripts.py \
--skill-path skills/platform/devops/alicloud-platform-devops \
--output output/alicloud-platform-devops-test/compile-check.json
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
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
output/alicloud-platform-devops-test/.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
compile-check.json.status=pass).output/alicloud-platform-devops-test/.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
cinience/alicloud-skills
cexll/myclaude
github/awesome-copilot
jeffallan/claude-skills
github/awesome-copilot
sickn33/antigravity-awesome-skills
alicloud-platform-devops-test reduced setup friction for our internal harness; good balance of opinion and flexibility.
alicloud-platform-devops-test is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: alicloud-platform-devops-test is focused, and the summary matches what you get after install.
Useful defaults in alicloud-platform-devops-test — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
We added alicloud-platform-devops-test from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
I recommend alicloud-platform-devops-test for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
alicloud-platform-devops-test fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in alicloud-platform-devops-test — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Registry listing for alicloud-platform-devops-test matched our evaluation — installs cleanly and behaves as described in the markdown.
Registry listing for alicloud-platform-devops-test matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 72