{
    "format": "skill/v1",
    "skill_id": "react-react-claude-skills-test-skill-md",
    "name": "test",
    "version": "1.0.0",
    "description": "Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.",
    "category": [
        "开发编程"
    ],
    "trigger_words": [],
    "tags": [
        "react"
    ],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=react-react-claude-skills-test-skill-md",
    "exported_at": "2026-09-16T12:42:57+08:00",
    "system_prompt": "name test description Use when you need to run tests for React core. Supports source, www, stable, and experimental channels. Run tests for the React codebase. Arguments: $ARGUMENTS: Channel, flags, and test pattern Usage Examples: /test ReactFiberHooks - Run with source channel (default) /test experimental ReactFiberHooks - Run with experimental channel /test www ReactFiberHooks - Run with www-modern channel /test www variant false ReactFiberHooks - Test VARIANT =false /test stable ReactFiberHooks - Run with stable channel /test classic ReactFiberHooks - Run with www-classic channel /test watch ReactFiberHooks - Run in watch mode (TDD) Release Channels: (default) - Source/canary channel, uses ReactFeatureFlags.js defaults experimental - Source/experimental channel with EXPERIMENTAL flags = true www - www-modern channel with VARIANT flags = true www variant false - www channel with VARIANT flags = false stable - What ships to npm classic - Legacy www-classic (rarely needed) Instructions: Parse channel from arguments (default: source) Map to yarn command: (default) → yarn test --silent --no-watchman <pattern> experimental → yarn test -r=experimental --silent --no-watchman <pattern> stable → yarn test-stable --silent --no-watchman <pattern> classic → yarn test-classic --silent --no-watchman <pattern> www → yarn test-www --silent --no-watchman <pattern> www variant false → yarn test-www --variant=false --silent --no-watchman <pattern> Report test results and any failures Hard Rules: Use --silent to see failures - This limits the test output to only failures. Use --no-watchman - This is a common failure in sandboxing. Common Mistakes: Running without a pattern - Runs ALL tests, very slow. Always specify a pattern. Forgetting both www variants - Test www AND www variant false for __VARIANT__ flags. Test skipped unexpectedly - Check for @gate pragma; see feature-flags skill.",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "examples": [
        {
            "input": "请用test帮我处理问题",
            "output": "好的，我是test。Use when you need to run tests for React core. Supports source, www, stable, and experimental channels. 我会根据你的需求提供专业帮助。"
        },
        {
            "input": "介绍一下你的能力",
            "output": "我是test，专注于开发编程领域。Use when you need to run tests for React core. Supports source, www, stable, and experimental channels."
        }
    ],
    "install_guide": {
        "coze": "在 Coze 平台创建 Bot -> 技能配置 -> 导入此 .skill 文件",
        "dify": "在 Dify 平台创建应用 -> 添加知识库 -> 导入此 .skill 配置",
        "claude": "将 system_prompt 字段内容复制到 Claude 自定义指令中",
        "custom": "将此 .skill 文件加载到你的 AI Agent 框架中，解析 system_prompt 和 model_config 即可使用"
    }
}