Generates structured test reports from Playwright test runs, converting raw test results into readable formats. You'd reach for this when you need to share test outcomes with your team or integrate test reporting into your CI/CD pipeline. It handles the boring work of formatting test data, failures, and timing information into something actually digestible. The main value is saving you from writing custom reporting logic every time you want to surface test results in a specific format, though it's worth checking if your existing Playwright setup already covers your reporting needs before adding another dependency.
npx skills add https://github.com/alirezarezvani/claude-skills --skill report