alicloud-skill-creator-test

Validate Alibaba Cloud Skill Creator script compilation, frontmatter, and README index updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the proper functioning and validation of the Alibaba Cloud Skill Creator tool, verifying its ability to manage repository conventions and update documentation.

Core Features & Use Cases

  • Skill Validation: Checks if skill scripts compile correctly.
  • Metadata Verification: Confirms that essential frontmatter fields (name, description) are present in SKILL.md.
  • Documentation Refresh: Tests the automatic updating of the skill index in README files.
  • Use Case: Before deploying a new skill, run this test to guarantee it adheres to all structural and content requirements, preventing integration issues.

Quick Start

Run the smoke test for the alicloud-skill-creator skill.

Frequently Asked Questions about alicloud-skill-creator-test

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

FAQPage Schema
How do I validate skill scripts and frontmatter before deploying to a repository?

To validate skill scripts and frontmatter, you can run a smoke test that checks script compilation, confirms essential metadata fields like name and description in SKILL.md, and verifies adherence to repository path conventions.

What does a smoke test for skill management automation check?

A smoke test for skill management automation checks script compilation, frontmatter integrity, and the automatic updating of skill indexes in README files to ensure proper structural and content requirements.

Do I need Python 3 and rg to run skill validation tests?

Yes, you need Python 3 and rg to run skill validation tests. These dependencies are required to execute the smoke test that verifies script compilation and repository path conventions for skill management.

How do I test if my README index updates automatically when adding a new skill?

To test if your README index updates automatically, run a smoke test that validates the skill creator's ability to refresh documentation and update the skill index according to repository conventions.

Why does my skill deployment fail frontmatter integrity checks?

Skill deployment fails frontmatter integrity checks when essential metadata fields like name and description are missing from SKILL.md. Running a validation smoke test confirms these fields are present and correctly formatted.

Can I use skill validation to check repository path conventions before integration?

Yes, you can use skill validation to check repository path conventions before integration. The validation process ensures adherence to structural requirements and verifies that scripts compile correctly, preventing integration issues.