一键导入
test-skill
Smoke-test fixture for the stdio MCP integration tests. Returns a constant body when called.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Smoke-test fixture for the stdio MCP integration tests. Returns a constant body when called.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Multi-AI requirements scoping using Codex and Gemini CLIs (Double Diamond Define phase). Use when: AUTOMATICALLY ACTIVATE when user requests clarification or scoping:. "define the requirements for X". "clarify the scope of Y"
Multi-AI validation, scoring, and review using Codex and Gemini CLIs (Double Diamond Deliver phase). Use when: AUTOMATICALLY ACTIVATE when user requests validation, scoring, or review:. "review X" or "validate Y" or "test Z". "score this", "quality check", "validate before shipping"
Multi-AI implementation using Codex and Gemini CLIs (Double Diamond Develop phase). Use when: AUTOMATICALLY ACTIVATE when user requests building or implementation:. "build X" or "implement Y" or "create Z". "develop a feature for X"
Multi-AI research using Codex and Gemini CLIs (Double Diamond Discover phase). Use when: AUTOMATICALLY ACTIVATE when user requests research or exploration:. "research X" or "explore Y" or "investigate Z". "what are the options for X" or "what are my choices for Y"
NLSpec authoring — structured specification from multi-AI research
System architecture and API design with multi-AI consensus
| name | test-skill |
| description | Smoke-test fixture for the stdio MCP integration tests. Returns a constant body when called. |
This is a fixture used by crates/lumi-mcp/tests/stdio_smoke.rs to
verify that the lumi-mcp-bin --server skills stdio child boots,
lists tools, and tears down cleanly. The body content doesn't
matter for the test — only that the loader picks up exactly one
skill so list_all_tools() returns a non-empty vec.