Agent Skills
› regent-vcs/re_gent
› blame
blame
GitHub用于展示文件每一行的修改来源(re_gent步骤),帮助用户追踪代码变更历史或调试问题。
Trigger Scenarios
需要查看文件行级修改历史
调试文件内容变更来源
调查代码 provenance
Install
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
Version History
- 359b264 Current 2026-07-24 11:31


