---
name: Blame
slug: blame
category: Quality
description: Blame shows which re_gent step last modified each line of a file. Use it when investigating file provenance or debugging changes.
github: "https://github.com/regent-vcs/re_gent/tree/main/.agents/skills/blame"
language: Go
stars: 785
forks: 57
install: "npx degit https://github.com/regent-vcs/re_gent/tree/main/.agents/skills/blame ~/.claude/skills/blame"
installs_to: ~/.claude/skills/blame
source_path: .agents/skills/blame/SKILL.md
collection_size: 7
category_size: 1354
collection_url: "https://dirskills.com/collections/regent-vcs/re_gent"
added: 2026-08-23T05:19:03.998Z
last_synced: 2026-08-23T05:19:03.998Z
canonical_url: "https://dirskills.com/skills/blame"
---

# Blame

Blame shows which re_gent step last modified each line of a file. Use it when investigating file provenance or debugging changes.

**Install:**

```bash
npx degit https://github.com/regent-vcs/re_gent/tree/main/.agents/skills/blame ~/.claude/skills/blame
```

## README

Display per-line provenance.

Run:
```bash
rgt blame $ARGUMENTS
```
