ecosystem-integration-test
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEcosystem 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 and following the 3-Tier Knowledge Protocol.
scripts/lib/core.cjs
- 验证所有Skill是否正确使用并遵循三层知识协议。
scripts/lib/core.cjs
Usage
使用方式
- "Run a full integration test on the 'Business Launchpad' meta-skill chain."
- "Verify that outputs can be parsed by
requirements-wizard."test-suite-architect
- "对「Business Launchpad」元Skill链运行完整的集成测试。"
- "验证的输出能否被
requirements-wizard解析。"test-suite-architect