What problem does it solve?
Reproducing and investigating intermittent or reported bugs is time-consuming and error-prone; this Skill guides a systematic investigation by combining log analysis, code inspection, and visual reproduction to produce verifiable evidence and a clear issue report.
Core Features & Use Cases
- Log Investigation: Search application logs, error trackers, and recent commits to find error messages, stack traces, and likely failure points.
- Visual Reproduction with Playwright: Navigate the app on a running local server, reproduce user flows, capture screenshots, and collect console errors for UI-related bugs.
- Documentation & Reporting: Consolidate file paths, reproduction steps, screenshots, and suggested fixes and post a summarized comment to the GitHub issue.
- Cleanup: Remove local artifacts created during reproduction to keep the workspace tidy.
Quick Start
Provide the GitHub issue number and run reproduce-bug to analyze logs, attempt a Playwright reproduction on your localhost, capture screenshots, and prepare a findings comment for the issue.