Skip to main content

inspect

Read-only inspector over runs of any primitive (enumerate / foreach / group / reduce / iterate / pipe). Lists runs, shows a run's status, draws a /agentflow:pipe child tree, aggregates budget across a run and its children, prints a timeline. Never mutates state. USE whenever the user wants to debug, inspect, or report on a run — "show me", "what happened", "how much did X cost", "why did Y fail", "list active runs". DON'T use to do work (the other skills do that) or for non-Agent Flow state (it only knows `.agentflow/enumerate/`, `.agentflow/foreach/`, `.agentflow/group/`, `.agentflow/iterate/`, `.agentflow/reduce/`, `.agentflow/pipe/`). Also turns a finished run's outputs into reusable data WITHOUT re-running it ("turn that review into a checklist", "give me all results as JSON"): `results <id> --json | --checklist`. Explicit: `/agentflow:inspect runs | show <id> | results <id> | tree <id> | budget <id> | timeline <id>`.

跳到安装

来源信息

仓库
AleSaiani/agentflow
最近来源活动
2026年5月26日 06:03
检测到的 SKILL.md 语言
英语
星标
5
分支
0

安装方式

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

检查来源文件

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