What problem does it solve?
This skill provides a unified interface to view and browse transcripts generated by Claude Code and GitHub Copilot CLI, enabling quick inspection of user/assistant exchanges, session history, and agent outputs directly from JSONL-like logs and formatted outputs.
Core Features & Use Cases
- Auto-detects active transcript sources (Claude Code JSONL logs and Copilot events.jsonl) on disk and presents them in a readable format.
- Four browsing modes: current session, specific session by ID, agent background task output, and all sessions with optional date-range filtering.
- Output formats support inline Markdown andHTML rendering by delegating to claude-code-log when available.
- Use Case: quickly review recent assistant interactions during debugging or auditing conversations with Copilot or Claude Code, without leaving the terminal.
Quick Start
Run the transcript-viewer tool to display transcripts from Claude Code or Copilot in Markdown or HTML.