# Debug Replay

> Turns bug reports into numbered reproduction steps by extracting the interaction timeline from Mixpanel Session Replay

- Skill: `rpatel05/debug-replay` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rpatel05/debug-replay`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rpatel05/debug-replay/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rpatel05 (https://skillmd.com/u/rpatel05)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/rpatel05/debug-replay

---


# debug-replay

Convert bug reports into clear reproduction steps using Session Replay.

## What it does

1. Finds relevant Session Replay for bug report
2. Extracts user interaction timeline
3. Converts to numbered reproduction steps
4. Identifies error events or anomalies

## Input

- Bug report text
- User ID or session ID (if available)
- Date range

## Output Format

**Bug Reproduction Steps**

**Session:** [Session ID]
**User:** [User ID]
**Date:** [Date/Time]

**Steps to Reproduce:**
1. [Action taken]
2. [Action taken]
3. [Action taken]
4. ❌ **Error occurred**: [Description]

**Context:**
- Platform: [iOS/Android/Web]
- Browser/OS: [Details]
- Properties: [Relevant properties]

**Session Replay Link:** [URL]

## Best Practices

- Include exact timing between steps
- Note any error messages or console logs
- Highlight unexpected behavior
- Link to full replay for eng team

