replay-session

Replay Claude Code sessions from GitHub Actions artifacts as interactive HTML.

107|81|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/fullsend-ai/fullsend --skill replay-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replay-session
Source: https://github.com/fullsend-ai/fullsend/tree/main/skills/replay-session
Command: npx skills add https://github.com/fullsend-ai/fullsend --skill replay-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Replay Claude Code sessions from GitHub Actions artifacts as an interactive HTML viewer.

Core Features & Use Cases

  • Interactive replay of Claude Code transcripts from JSONL files extracted from a GitHub Actions artifact
  • Artifact discovery, iteration grouping, and optional multi-file replays
  • Local serving of the generated replay for quick review or demonstrations

Quick Start

Download the target artifact with gh run download and run claude-replay to generate and serve the replay.

Frequently Asked Questions about replay-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I replay a Claude Code session from GitHub Actions artifacts?

To replay a Claude Code session, download the target artifact with gh run download, identify the relevant JSONL iterations, and run claude-replay to generate and serve an interactive HTML viewer locally.

What is claude-replay and what does it do with JSONL files?

Claude-replay processes JSONL files extracted from GitHub Actions artifacts to generate an interactive HTML viewer, allowing users to locally replay and review Claude Code session transcripts step by step.

Do I need the gh CLI and authenticated repository access to replay Claude Code sessions?

Yes, replaying Claude Code sessions requires the gh CLI to download artifacts and authenticated access to the target repository, along with claude-replay installed locally to generate the interactive HTML output.

Can I replay multiple JSONL files from a single GitHub Actions artifact at once?

Yes, the replay process supports optional multi-file replays by grouping JSONL iterations from the downloaded GitHub Actions artifact, allowing you to generate a combined interactive HTML viewer for comprehensive review.

What's the best way to serve a Claude Code replay locally for demonstrations?

After downloading the artifact and running claude-replay on the extracted JSONL files, the tool serves the generated interactive HTML replay locally, providing a quick way to review or demonstrate Claude Code sessions.