What problem does it solve?
It helps you systematically debug Reatom runtime, routing, React boundary, and test failures without guessing or accidentally breaking the project’s strict-context assumptions.
Core Features & Use Cases
- Freeze the symptom first: capture the exact error text, failing screen/test, and the smallest proof command before changing anything.
- Verify observability early: confirm dev-time connectLogger is wired from the earliest setup import so you can see ownership and async boundaries.
- Route the failure by layer: use targeted checks for missing async stack, root/provider setup seam issues, AbortError/redirect flicker, and loader invalidation patterns.
- Repair the smallest boundary and prove it: apply a minimal fix (e.g., wrap the host callback or correct the provider/route owner) and validate with the narrowest failing proof.
Quick Start
Ask the skill to debug your issue by giving the exact error message and the smallest command that reproduces it, then follow its triage sections to verify connectLogger setup, identify the failing boundary, and run a narrow proof to confirm the fix.