What problem does it solve?
This Skill helps diagnose and resolve bugs in the wetty-chat Flutter client by narrowing symptoms to the most likely layer, whether the issue is startup, auth, routing, state management, realtime sync, persistence, or rendering.
Core Features & Use Cases
- Systematic Triage: Start from the visible symptom and trace it through widgets, Riverpod providers, services, and data stores.
- Root Cause Analysis: Distinguish between UI display problems, stale state, websocket fan-out issues, reconciliation drift, and backend-dependent failures.
- Reproducible Debugging: Produce concrete reproduction steps, targeted diagnostics, and verification guidance for fixes.
- Use Case: A user reports that messages disappear after backgrounding the app, and this Skill helps isolate whether the bug comes from lifecycle recovery, websocket reconnect logic, or conversation state reconciliation.
Quick Start
Use this skill to investigate a wetty-chat Flutter bug, trace the failure path, and return a focused root-cause analysis with clear reproduction steps and fix guidance.