Отладка живых проблем в production

★ 7.5 · vibe-coding

debug-live-issue is a Claude Code skill that brings incident-style discipline to debugging production-like issues in a repository, requiring evidence before any code change is made. It covers failing workflows, regressions, flaky behavior, and data inconsistencies across hooks, API routes, database state, websocket, and UI rendering. The five-step workflow — capturing the symptom and reproducible path, isolating the subsystem, minimizing surface area, proving root cause, then applying and re-verifying a minimal fix — keeps investigations focused and auditable. Speculative fixes without root-cause evidence are explicitly disallowed; preferred signals are direct logs, API responses, and deterministic DB state checks. When full reproduction isn't possible, the skill requires stating uncertainty and the strongest hypothesis. An investigation template at `references/investigation-template.md` is included for consistent write-ups.