ecosystem-integration-test

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Ecosystem Integration Test

生态系统集成测试

This skill ensures the "Digital Nervous System" is intact.
该Skill确保「数字神经系统」的完整性。

Capabilities

功能特性

1. Handover Verification

1. 交接验证

  • Simulates common skill chains (e.g.,
    RD -> Code
    ).
  • Checks if the JSON output of Skill A matches the input schema of Skill B.
  • 模拟常见的Skill链(例如:
    RD -> Code
    )。
  • 检查Skill A的JSON输出是否与Skill B的输入模式匹配。

2. Protocol Adherence Check

2. 协议合规性检查

  • Verifies that all skills are correctly using
    scripts/lib/core.cjs
    and following the 3-Tier Knowledge Protocol.
  • 验证所有Skill是否正确使用
    scripts/lib/core.cjs
    并遵循三层知识协议。

Usage

使用方式

  • "Run a full integration test on the 'Business Launchpad' meta-skill chain."
  • "Verify that
    requirements-wizard
    outputs can be parsed by
    test-suite-architect
    ."
  • "对「Business Launchpad」元Skill链运行完整的集成测试。"
  • "验证
    requirements-wizard
    的输出能否被
    test-suite-architect
    解析。"