session-replay

Generate a session recording and reproduction test from a Gardener TUI error log.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/carterbs/gardener --skill session-replay-carterbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-replay
Source: https://github.com/carterbs/gardener/tree/main/.claude/skills/session-replay
Command: npx skills add https://github.com/carterbs/gardener --skill session-replay-carterbs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers debug runtime errors in the Gardener TUI by creating a deterministic reproduction environment from error logs.

Core Features & Use Cases

  • Error Reproduction: Captures the exact state and sequence of events leading to a specific TUI error.
  • Deterministic Testing: Enables reliable re-running of failed scenarios to test fixes.
  • Use Case: When a worker fails with a specific error message in the Gardener TUI, use this Skill to generate a session recording and a corresponding test case to pinpoint and fix the bug.

Quick Start

Use the session-replay skill to generate a recording and test for the provided TUI error block.

Frequently Asked Questions about session-replay

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

FAQPage Schema
How do I reproduce a TUI error deterministically from a worker failure log?

To reproduce a TUI error deterministically, you need a session recording file and a test case generated from the worker failure log. This captures the exact sequence of events and subprocess outputs leading to the runtime error.

What is the best way to create a reproducible test case from a Gardener TUI error?

Creating a reproducible test case from a Gardener TUI error involves generating a session recording from the specific error log. This allows you to reliably re-run the failed scenario to pinpoint and fix the bug.

Can I use otel logs and worker identifiers to debug Gardener TUI worker failures?

Yes, you can use otel logs and specific worker or task identifiers to debug Gardener TUI worker failures. These inputs are used to capture the exact state and sequence of events required for deterministic error reproduction.

How does deterministic error reproduction help with debugging TUI applications?

Deterministic error reproduction helps with debugging TUI applications by capturing the exact sequence of events and subprocess outputs leading to a failure. This enables reliable re-running of failed scenarios to test fixes.

Do I need specific task identifiers to generate a session recording from an error log?

Yes, specific worker and task identifiers are required to generate a session recording from an error log. These identifiers ensure the recording captures the exact state and event sequence for the targeted failure.