Agent Skills
› regent-vcs/re_gent
› blame
blame
GitHub用于追踪文件每行修改记录的 Skill,通过 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


