---
name: Debug Live Issue
slug: debug-live-issue
category: Quality
description: Debug Live Issue helps investigate production-like failures with evidence-based steps. Use it for regressions, flaky behavior, workflow breaks, or data inconsistencies across hooks, API, DB, websocket, and UI.
github: "https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.claude/skills/debug-live-issue"
language: TypeScript
stars: 933
forks: 210
install: "npx degit https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.claude/skills/debug-live-issue ~/.claude/skills/debug-live-issue"
installs_to: ~/.claude/skills/debug-live-issue
source_path: .claude/skills/debug-live-issue/SKILL.md
collection_size: 20
category_size: 1354
collection_url: "https://dirskills.com/collections/hoangsonww/Claude-Code-Agent-Monitor"
added: 2026-08-22T05:20:22.543Z
last_synced: 2026-08-22T05:20:22.543Z
canonical_url: "https://dirskills.com/skills/debug-live-issue"
---

# Debug Live Issue

Debug Live Issue helps investigate production-like failures with evidence-based steps. Use it for regressions, flaky behavior, workflow breaks, or data inconsistencies across hooks, API, DB, websocket, and UI.

**Install:**

```bash
npx degit https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.claude/skills/debug-live-issue ~/.claude/skills/debug-live-issue
```

## README

# Debug Live Issue

Use this workflow for incident-style debugging.

## Steps
- Capture symptom, expected behavior, and reproducible path.
- Isolate subsystem first: hook ingestion, API route, DB state, websocket, or UI rendering.
- Reproduce with minimal surface area.
- Prove root cause before changing code.
- Apply minimal fix and re-verify.

## Evidence standards
- Prefer direct logs, API responses, DB state checks, and deterministic repro steps.
- Avoid speculative fixes without root-cause evidence.
- If not fully reproducible, state uncertainty and strongest hypothesis.

## References
- Investigation template: `references/investigation-template.md`
