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


