What problem does it solve?
Reproduce and investigate bugs reported in an issue by combining log analysis, console inspection, and Playwright screenshots so developers can validate, document, and communicate the root cause.
Core Features & Use Cases
- Parallel log investigation: Run targeted agents to find relevant log entries and surface probable failure points.
- Visual reproduction: Use Playwright to navigate the application, execute user flows, capture screenshots, and record console errors for UI-related bugs.
- Issue reporting: Collect file paths, console logs, screenshots, and exact reproduction steps to attach as a detailed comment on the GitHub issue.
- Use Case: When a user reports a UI glitch or server-side error, the Skill helps a developer reproduce the behavior locally, gather evidence, and prepare an actionable issue comment.
Quick Start
Open the referenced GitHub issue number and run the reproduce-bug workflow to collect logs, attempt a Playwright reproduction, capture screenshots, and summarize findings.