alicloud-platform-devops-test

Validate alicloud-platform-devops skill script compilation and metadata query paths.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-platform-devops-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-platform-devops-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/platform/devops/alicloud-platform-devops-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-platform-devops-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires alibabacloud_devops20210625, alibabacloud_tea_openapi, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill validates the core functionality of the alicloud-platform-devops skill, ensuring its scripts compile correctly and its metadata querying capabilities are operational.

Core Features & Use Cases

  • Script Compilation Check: Verifies that the DevOps skill's scripts can be compiled without errors.
  • Metadata API Discovery: Tests the ability to query and list OpenAPI metadata for the DevOps product.
  • Use Case: Before deploying or relying on the DevOps skill for critical operations, run this test to confirm its basic integrity and readiness.

Quick Start

Run the offline script compilation check for the alicloud-platform-devops skill.

Frequently Asked Questions about alicloud-platform-devops-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify my Alibaba Cloud DevOps skill scripts compile correctly before deployment?

You can validate DevOps skill scripts by running an offline compilation check. This verifies basic integrity and readiness, ensuring deterministic task execution without requiring network connectivity.

What does OpenAPI metadata query testing involve for Alibaba Cloud DevOps?

OpenAPI metadata query testing checks the ability to query and list OpenAPI metadata paths for the Alibaba Cloud DevOps product. This validates API discovery capabilities and ensures operational metadata querying.

Do I need specific Python SDKs to test Alibaba Cloud DevOps OpenAPI metadata paths?

Yes, testing optional online OpenAPI metadata query paths requires specific Python SDKs, namely alibabacloud_devops20210625 and alibabacloud_tea_openapi. Offline script compilation checks can run without these dependencies.

Can I run a DevOps smoke test offline without the Alibaba Cloud Python SDKs?

Yes, you can run the offline script compilation check for the Alibaba Cloud DevOps skill without the Python SDKs. The SDKs are only required for optional online OpenAPI metadata query path validations.

When should I run a DevOps skill smoke test for Alibaba Cloud CI/CD automation?

You should run a DevOps skill smoke test before deploying or relying on the skill for critical CI/CD automation operations. This confirms basic integrity, script compilation, and metadata API discovery readiness.