What problem does it solve?
This Skill helps developers rapidly diagnose frontend runtime bugs by injecting observable console.log probes into suspect source files, observing their output in a browser session, and ensuring all injections are reliably removed afterwards.
Core Features & Use Cases
- Orchestrates a four-phase workflow: Analyze, Inject, Observe, Diagnose, and mandatory Cleanup with manifest-driven and grep fallbacks.
- Supports Teams (persistent observer) and subagent modes, experiment mode for structured runs, automatic multi-round hypothesis loops, and history capture for resuming with --continue.
- Use case: reproduce a UI bug, inject targeted console logs to reveal data shape mismatches, capture observed console output and network activity, apply a suggested fix, and remove all debug artifacts.
Quick Start
Run /e2e-debug with a concise bug description and target URL to start an inject-observe-cleanup session.