What problem does it solve?
Orchestrator skill for diagnosing and fixing frontend bugs. Uses Chrome DevTools MCP to inspect the live page — console errors, failed network requests, DOM state, visual glitches — then traces the root cause to code, fixes it, and verifies the fix via DevTools. Manages a bug state file for complex bugs. Routes to appropriate QA skills for regression verification after fix. Use this skill when the user reports a runtime bug with a URL, shares an error screenshot, pastes a console error, says "this is broken," "why isn't this working," "debug this page," or shares a bug ticket. Also trigger when the user shares a screenshot of a broken page. The key difference from feature-updater's bug fix path: this skill starts in the BROWSER to diagnose, then moves to CODE to fix.
Core Features & Use Cases
- Browser-first diagnosis and evidence collection (console, network, DOM)
- Bug state file management and routing to QA regression verification
- Guided hand-off to code repair steps via subskills like code-reviewer and testing-strategy
Quick Start
Reproduce the bug in the browser and capture console, network, and DOM evidence for verification.