Agent Skills
› regent-vcs/re_gent
› blame
blame
GitHub展示文件每行的最后修改者,用于调查文件来源或调试。
触发场景
需要查看文件历史修改记录
排查代码变更责任人
安装
npx skills add regent-vcs/re_gent --skill blame -g -y
SKILL.md
Frontmatter
{
"name": "blame",
"description": "Show which re_gent step last modified each line of a file. Use when investigating file provenance or debugging.",
"allowed-tools": "Bash(rgt blame *)",
"argument-hint": "<path>[:<line>]"
}
Display per-line provenance.
Run:
rgt blame $ARGUMENTS
版本历史
- 359b264 当前 2026-07-24 11:31


