frontend-instrumented-debugging
Installation
SKILL.md
Frontend Instrumented Debugging
When debugging hard frontend JavaScript bugs, observe runtime behavior before guessing. Add temporary gated instrumentation around async boundaries, state gates, retries, effects, requests, and finalization paths, using structured logs that avoid secrets and can be copied from a global array. Ask the user to reproduce and send JSON logs, then identify the first timeline divergence and make the smallest proven fix. Remove all temporary debug code before finalizing.