技能 编程开发 元技能冒烟测试工具

元技能冒烟测试工具

v20260803
skill-creator-smoke-test
本工具是一个内部系统组件,用于对候选元技能进行冒烟测试。它通过模拟元解析过程,利用LLM生成的正向(G3)和负向(G4)测试用例,来验证所提交技能的结构完整性和系统鲁棒性,确保跨供应商环境下的兼容性。
获取技能
447 次下载
概览

Skill Creator Smoke Test

When invoked as a kind: agent, skill: skill-creator-smoke-test step, this sub-agent:

  1. Receives skill_md, fixture_gen_model, classifier_model from the parent step's with:
  2. Calls simulate_meta_resolution with a positive fixture (LLM-generated using fixture_gen_model)
  3. Calls simulate_meta_resolution with a negative fixture (LLM-generated, cross-domain)
  4. Returns {"G3": {...}, "G4": {...}} JSON

If OPENROUTER_API_KEY is absent OR either fixture_gen_model/classifier_model is unconfigured, the sub-agent falls back to the deterministic fixture generator and pins classifier_model="stub". In both cases the smoke step still emits G3/G4 records, but with a degraded: true flag.

Fallback

If the sub-agent fails entirely, output {"G3": {"passed": false, "reason": "smoke unavailable"}, "G4": {"passed": false, "reason": "smoke unavailable"}}.

信息
Category 编程开发
Name skill-creator-smoke-test
版本 v20260803
大小 1.58KB
更新时间 2026-08-04
语言