alicloud-skill-creator-test

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Category: test
分类:测试

ALICLOUD SKILL CREATOR Smoke Test

ALICLOUD SKILL CREATOR 冒烟测试

Prerequisites

前置条件

  • Target skill path:
    skills/platform/skills/alicloud-skill-creator/
  • Python 3
  • 目标技能路径:
    skills/platform/skills/alicloud-skill-creator/
  • Python 3

Test Steps

测试步骤

  1. Validate target skill scripts compile:
bash
python3 tests/common/compile_skill_scripts.py \
  --skill-path skills/platform/skills/alicloud-skill-creator \
  --output output/alicloud-skill-creator-test/compile-check.json
  1. Check frontmatter fields exist in target
    SKILL.md
    :
  • name
  • description
  1. Regenerate skill index and confirm new category/path appears:
bash
scripts/update_skill_index.sh
rg -n "alicloud-skill-creator|platform/skills" README.md README.zh-CN.md README.zh-TW.md
  1. Save command outputs under
    output/alicloud-skill-creator-test/
    .
  1. 验证目标技能脚本可编译:
bash
python3 tests/common/compile_skill_scripts.py \
  --skill-path skills/platform/skills/alicloud-skill-creator \
  --output output/alicloud-skill-creator-test/compile-check.json
  1. 检查目标
    SKILL.md
    中是否存在前置元数据(frontmatter)字段:
  • name
  • description
  1. 重新生成技能索引并确认新的分类/路径已显示:
bash
scripts/update_skill_index.sh
rg -n "alicloud-skill-creator|platform/skills" README.md README.zh-CN.md README.zh-TW.md
  1. 将命令输出保存至
    output/alicloud-skill-creator-test/
    目录下。

Pass Criteria

通过标准

  • Compilation check passes (
    compile-check.json.status=pass
    ).
  • SKILL.md
    contains required frontmatter.
  • README skill index includes
    alicloud-skill-creator
    with
    platform/skills
    category.
  • Evidence exists in
    output/alicloud-skill-creator-test/
    .
  • 编译检查通过(
    compile-check.json.status=pass
    )。
  • SKILL.md
    包含所需的前置元数据。
  • README技能索引中包含属于
    platform/skills
    分类的
    alicloud-skill-creator
  • 验证证据已保存至
    output/alicloud-skill-creator-test/
    目录。

Result Template

结果模板

  • Date: YYYY-MM-DD
  • Skill: skills/platform/skills/alicloud-skill-creator
  • Conclusion: pass / fail
  • Notes:
  • 日期:YYYY-MM-DD
  • 技能:skills/platform/skills/alicloud-skill-creator
  • 结论:通过 / 不通过
  • 备注: