Agent Skills
› regent-vcs/re_gent
› blame
blame
GitHub展示文件每行的最后修改者及步骤,用于调查代码来源或调试问题。通过执行rgt blame命令实现行级变更追踪。
Trigger Scenarios
调查代码行来源
调试文件变更历史
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


