Zereight Debug

Cursor-style Debug Mode — hypothesis-driven debugging loop with runtime log instrumentation and human-in-the-loop reproduction. Use whenever a bug can't be diagnosed by reading code alone and someone must run the app to observe it — "debug mode", "debug this with me", "I can reproduce it but don't know why", "help me trace this", intermittent/race-condition bugs, works-on-web-but-not-device, crashes with no useful stack, or suspected bugs inside a node_modules dependency (JS or its native iOS/Android code). Instruments code with a marked JSONL append-helper writing runtime evidence to a session log file (default sink in every environment — backend, web, RN JS, native Swift/Kotlin — with console/logcat/log-stream relays only as fallbacks), shows the user reproduction steps in a dialog with "Proceeded" / "It's fixed" choices, reads captured logs after each run, refines the hypothesis, repeats — then strips every trace of instrumentation. Also covers upstream fixes via pnpm patch / patch-package.

zereight ff1fb58 2 files · 17.4 KB Updated

File contents

zereight/skill/tree/main/.agents/skills/zereight-debug commit ff1fb58f54

Frequently asked questions

npx skillmds@latest add zereight/zereight-debug