Agent Skills
› regent-vcs/re_gent
› blame
blame
GitHub用于显示文件中每一行的最后修改者及所属 re_gent 步骤,适用于调查文件来源或调试场景。
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


