What problem does it solve?
This Skill helps investigate and resolve unexpected behavior in the wetty-chat-mobile frontend by tracing the user-visible symptom through routing, state, realtime events, and rendering logic until the likely root cause is found.
Core Features & Use Cases
- Systematic Triage: Start from the reported symptom and narrow the issue to the relevant page, layout, store slice, hook, or websocket path.
- Reproduction Guidance: Turn vague bug reports into concrete steps that a developer can follow on mobile, desktop, or installed PWA.
- Targeted Debugging: Recommend focused logging at boundaries such as API responses, event handlers, lifecycle transitions, and route changes.
- Root Cause Analysis: Summarize what is happening, why it is happening, who is affected, and what evidence supports the diagnosis.
- Fix Validation: Confirm the smallest safe change and verify it with linting, type checking, and manual reproduction when needed.
Quick Start
Investigate the reported frontend issue in wetty-chat-mobile, trace the relevant user flow and state changes, and return a concise root cause analysis with a focused fix.