Agent Skills
› regent-vcs/re_gent
› show
show
GitHub用于展示 re_gent 步骤的详细上下文,包括工具调用、工具结果及对话记录。通过执行 rgt show 命令并传入参数,可获取指定步骤的完整信息。
触发场景
用户希望查看某个 agent 步骤的详细信息
需要调试或检查工具调用和结果
安装
npx skills add regent-vcs/re_gent --skill show -g -y
SKILL.md
Frontmatter
{
"name": "show",
"description": "Show detailed context for a re_gent step, including tool calls, tool results, and conversation.",
"allowed-tools": "Bash(rgt show *)",
"argument-hint": "<step-hash>"
}
Display full details for a step.
Run:
rgt show $ARGUMENTS
版本历史
- 359b264 当前 2026-07-24 11:31


