skillfed

aliyun-skill-creator-test

This skill runs automated checks on the Aliyun skill creator, verifying that target skill scripts compile successfully and required metadata fields exist. It regenerates the skill index and confirms new entries appear in documentation across multiple language versions.

aliyun-skill-creator-test validates Aliyun skill compilation, frontmatter structure, and README index updates.

AI-generated summary based on this skill's SKILL.md

397 34 MIT updated by cinience

Install

cinience/alicloud-skills/aliyun-skill-creator-test · repository language: Python

git clone https://github.com/cinience/alicloud-skills
cp -r alicloud-skills/tests/platform/skills/aliyun-skill-creator-test ~/.claude/skills/aliyun-skill-creator-test
npx skillfed install cinience/alicloud-skills/aliyun-skill-creator-test

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does aliyun-skill-creator-test validate?

aliyun-skill-creator-test runs automated smoke tests on the Aliyun skill creator workflow. It verifies that target skill scripts compile successfully, required metadata fields exist in frontmatter, the skill index regenerates correctly, and new entries appear in documentation across multiple language versions. The test also confirms repository path conventions and structure are followed.

Does aliyun-skill-creator-test check script compilation?

Yes. aliyun-skill-creator-test validates that skill scripts compile without errors and that all frontmatter requirements are met. This compilation check is a core part of the smoke test suite, ensuring scripts are syntactically correct before they enter the skill index.

How does skill index regeneration test work?

aliyun-skill-creator-test verifies the skill index regeneration process by confirming that newly created skills appear in the index and that README updates propagate across multiple language versions. This ensures documentation stays synchronized with the actual skill repository.

What repository validation does aliyun-skill-creator-test perform?

aliyun-skill-creator-test tests repository path conventions and validates the overall structure of the Aliyun skill creator repository. It ensures that skills follow the expected directory layout and naming patterns required by the platform.

Can aliyun-skill-creator-test validate skill metadata?

Yes. aliyun-skill-creator-test includes quality assurance checks that validate skill metadata, including frontmatter fields and compilation status. These checks ensure all required metadata is present and properly formatted before skills are added to the index.

SKILL.md

rendered from the published skill — quoted content, verbatim

Category: test

ALICLOUD SKILL CREATOR Smoke Test

Prerequisites

  • Target skill path: skills/platform/skills/aliyun-skill-creator/
  • Python 3

Test Steps

1) Validate target skill scripts compile:

python3 tests/common/compile_skill_scripts.py \
  --skill-path skills/platform/skills/aliyun-skill-creator \
  --output output/aliyun-skill-creator-test/compile-check.json

2) Check frontmatter fields exist in target SKILL.md:

  • name
  • description

3) Regenerate skill index and confirm new category/path appears:

scripts/update_skill_index.sh
rg -n "aliyun-skill-creator|platform/skills" README.md README.zh-CN.md README.zh-TW.md

4) Save command outputs under output/aliyun-skill-creator-test/.

Pass Criteria

  • Compilation check passes (compile-check.json.status=pass).
  • SKILL.md contains required frontmatter.
  • README skill index includes aliyun-skill-creator with platform/skills category.
  • Evidence exists in

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
tests/platform/skills/aliyun-skill-creator-test/SKILL.md

Related skills

Tags

smoke-testing script-validation metadata-verification repository-structure ci-cd-pipeline quality-assurance build-verification documentation-indexing