Agent Skills
› regent-vcs/re_gent
› show
show
GitHub用于显示 re_gent 步骤的详细上下文,包括工具调用、结果及对话记录。通过 rgt show 命令查看特定步骤的完整信息,辅助调试和分析执行流程。
Trigger Scenarios
需要查看 agent 某一步骤的详细执行过程
排查工具调用或结果异常
分析对话历史以理解上下文
Install
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
Version History
- 359b264 Current 2026-07-24 11:31


