Skill686 repo starsupdated 4d ago
log
The log skill displays the re_gent activity log for the current or specified session, showing conversation timelines and tool calls by default. Use the --files-only flag to view file-change summaries instead, or --conversation-only to exclude file changes; additional options like --graph and --limit allow filtering and visualization of the activity history.
Install in Claude Code
Copygit clone --depth 1 https://github.com/regent-vcs/re_gent /tmp/log && cp -r /tmp/log/demo/.claude/skills/log ~/.claude/skills/logThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
Display the re_gent activity log. By default, `rgt log` shows the conversation timeline for the most recent session with captured steps. Use `--files-only` for file-change summaries. Run: ```bash rgt log $ARGUMENTS ``` Common usage: ```bash rgt log rgt log --conversation-only rgt log --files-only rgt log --graph rgt log --limit 50 ```
More from this repository
blameSkill
Show which re_gent step last modified each line of a file. Use when investigating file provenance or debugging.
showSkill
Show detailed context for a re_gent step, including tool calls, tool results, and conversation.
rewindSkill
Rewind workspace and conversation to a previous re_gent step. Non-destructive with automatic backup. Use when recovering from mistakes or exploring alternative paths.