debug-live-issue

このリポジトリで本番環境に似た問題を、規律ある証拠収集でデバッグします。失敗したワークフロー、回帰、不安定な挙動、またはフック、API、DB、Websocket、UIをまたいでデータ不整合を修正する際に使います。

@hoangsonwwMIT更新 2026-08-22v0.1.0直近30日 0 回
コンテキストを 134 トークン使用しますコンテキストを 134 トークン 使用します

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