Agent Skills
› regent-vcs/re_gent
› blame
blame
GitHub展示文件中每一行的修改来源,用于调查文件溯源或调试代码变更历史。
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


