replay-session

Automate downloading GitHub Actions artifacts and generating interactive HTML replays of Claude Code sessions.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill replay-session-ascerra-fullsend-rehearsal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replay-session
Source: https://github.com/ascerra-fullsend-rehearsal/fullsend/tree/main/skills/replay-session
Command: npx skills add https://github.com/ascerra-fullsend-rehearsal/fullsend --skill replay-session-ascerra-fullsend-rehearsal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-replay, gh, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of replaying Claude Code sessions from GitHub Actions artifacts, allowing users to review and analyze sessions without the need for additional tools.

Core Features & Use Cases

  • Artifact Download: Automatically downloads GitHub Actions artifacts containing Claude Code sessions.
  • JSONL File Processing: Identifies and processes JSONL files within the artifact for replay.
  • Interactive HTML Replay: Generates an interactive HTML replay that can be viewed locally.
  • Compatibility: Requires claude-replay and gh CLI for GitHub access.

Quick Start

To replay a session, use the command: replay-session <artifact-link>

Frequently Asked Questions about replay-session

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

FAQPage Schema
How do I replay Claude Code sessions stored in GitHub Actions artifacts?

To replay Claude Code sessions, you can use a tool that automates downloading artifacts from GitHub Actions, processes the JSONL session files, and generates an interactive HTML replay for local viewing.

Do I need the gh CLI to download and view Claude Code session artifacts?

Yes, you need the gh CLI to authenticate and access GitHub Actions artifacts, and the claude-replay tool to process the session files and generate the interactive HTML output.

How does interactive HTML replay work for Claude Code sessions?

The interactive HTML replay works by processing JSONL files extracted from GitHub Actions artifacts, converting the session data into a local HTML interface that allows you to review and analyze the Claude Code interactions.

What is the best way to review Claude Code JSONL files from GitHub Actions locally?

The best way to review Claude Code JSONL files locally is to use an automated session replay tool that downloads the GitHub Actions artifacts and renders the session data into an interactive HTML format.

Can I process multiple JSONL files from a single GitHub Actions artifact for session replay?

Yes, the replay process identifies and processes JSONL files within the downloaded GitHub Actions artifact to generate a comprehensive interactive HTML replay of your Claude Code sessions.