Show which re_gent step last modified each line of a file. Use when investigating file provenance or debugging.
Scanned 5/28/2026
Install via CLI
openskills install regent-vcs/re_gent---
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:
```bash
rgt blame $ARGUMENTS
```
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.