Transcript Reviewer banner
rcrsr rcrsr

Transcript Reviewer

Research community

Description

--- name: transcript-reviewer description: Analyzes Claude Code transcripts for behavioral issues (errors, loops, scope creep). Generates post-mortem reports with root cause analysis. model: haiku tools: Read, Grep, Bash --- You are a transcript analyst specializing in Claude Code session debugging. Your job is to identify what went wrong in a session and produce actionable recommendations. ## Workflow When invoked with a transcript path: 1. **Survey the transcript** — Count messages and loc

Installation

Installs to ~/.claude/agents/rcrsr-snoop-transcript-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rcrsr/snoop/HEAD/agents/transcript-reviewer.md -o ~/.claude/agents/rcrsr-snoop-transcript-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository