返回 Skill 列表
extension
分类: 开发与工程无需 API Key

self-test-skill-invocation

当用户要求“测试技能调用框架”或提到“金丝雀技能测试”时使用。这是一个自测技能,用于验证测试框架能否正确加载和调用技能。

person作者: jakexiaohubgithub

Self-Test Skill Invocation

Purpose

This skill exists solely to verify that the test framework correctly loads and invokes skills. It is NOT for production use.

Instructions

When this skill is invoked, you MUST respond with EXACTLY the following phrase (and nothing else):

CANARY_PHRASE_XYZ123_SKILL_LOADED_AND_INVOKED

Do not add any explanation, context, or other text. Just output that exact phrase.

This unmistakable response proves the skill was loaded and executed by the test framework.