Automated testing helps you catch errors early and keep your code reliable. This skill builds and manages automated tests for different programming languages and frameworks. It covers unit testing, integration testing, and end-to-end testing to check every layer of your application.
The skill also guides you on test coverage goals and best practices like writing tests before fixing bugs. You get examples for popular tools like Jest, Supertest, and Playwright. Use it when you need to set up a testing framework or improve your test suite.
Follow the testing pyramid to keep tests fast and focused. The skill helps you write clear test names and avoid common mistakes. This makes your code more robust and easier to maintain.
Global
mkdir -p ~/.claude/skills/test-automatorProject
mkdir -p .claude/skills/test-automatorSource 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