reatom-debug

Installation
SKILL.md

Reatom debugging workflow

Use this skill when the job is debugging an active Reatom problem, not broad architecture design and not greenfield scaffold order.

If the task stops being debugging and turns into broader API design, architecture review, or migration guidance, return to the main reatom skill. If the issue is really bootstrap order, return to reatom-scaffold. If the user is correcting earlier bad guidance, use reatom-feedback-loop once the immediate bug is stabilized.

This skill adds a debugging procedure on top of the main reatom reference set: preserve the exact symptom, verify observability early, classify the failure by layer, repair the smallest broken boundary, and prove the fix with the narrowest useful command.

First read

Before changing code, read these in order:

  1. ../reatom/SKILL.md
  2. references/debugging.md
  3. ../reatom/references/meta/gotchas.md
  4. Then load the symptom-specific reference:
    • React/bootstrap/root/provider → ../reatom/references/integrations/react.md
    • tests / clearStack() / context.start()../reatom/references/core/testing.md
    • routing / redirects / loader aborts → ../reatom/references/features/routing/routes.md and ../reatom/references/features/routing/loaders.md
Installs
13
GitHub Stars
4
First Seen
May 18, 2026
reatom-debug — guria/reatom-skill