Skip to main content

test-agent-step

The testing methodology for an agent-step action — three layers, three questions. Runner unit tests prove the flow controller's mechanics (no backend, no LLM). Sandbox/tool tests prove the runner + executors behave correctly given hand-crafted step batches against a real local sandbox (no LLM). Prompt-input tests prove the LLM emits the right steps given a realistic user message (live model, no execution). Use when adding or reshaping an action's tests, or changing a prompt section that routes to an action.

跳到安装

来源信息

仓库
ckifonidis/claude-marketplace
最近来源活动
2026年8月29日 10:35
检测到的 SKILL.md 语言
英语
星标
3
分支
3

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。