When a user reports a bug in an app, this skill helps find out if it really happens. It launches cloud agents that can run the app, click around, and take screenshots. This makes it easy to see whether a reported problem actually occurs.
Anyone investigating a visual or interactive bug can benefit. The skill reads the bug report, figures out the steps, and sends agents to test different scenarios. It even handles missing details by suggesting likely setups.
The agents report back with clear evidence like screenshots or recordings. This saves time and avoids the need to manually reproduce tricky bugs. It works best for UI, rendering, or layout issues where seeing the problem helps fix it faster.
Global
mkdir -p ~/.claude/skills/reproduce-bug-reportProject
mkdir -p .claude/skills/reproduce-bug-reportSource Repository
Grill Memattpocock/skills
Stress-test your plan with relentless questions until we both understand
Tddmattpocock/skills
Write one test at a time then code to make it pass
Test Driven Developmentobra/superpowers
Write a failing test first then code just enough to pass
Qamattpocock/skills
Turn bug reports into GitHub issues through natural conversation without technical fuss
Migrate To Shoehornmattpocock/skills
Replace unsafe as assertions with type-safe partial test data easily
Webapp Testinganthropics/skills
Test your local web apps quickly with Playwright automation and screenshots
Playwright Best Practicescurrents-dev/playwright-best-practices-skill
Master Playwright testing with best practices for reliable and fast tests
Google Agents Cli Evalgoogle/agents-cli
Run evaluations on your AI agent, find failures, and improve its quality step by step