testing▌
322 indexed skills · max 10 per page
react-testing-library
itechmeat/llm-code · Frontend
Install: npm install --save-dev @testing-library/react @testing-library/dom. Recommended extras: @testing-library/user-event and @testing-library/jest-dom. React 19 requires v16.1.0+.
e2e-testing-automation
aj-geddes/useful-ai-prompts · Testing
End-to-end (E2E) testing validates complete user workflows from the UI through all backend systems, ensuring the entire application stack works together correctly from a user's perspective. E2E tests simulate real user interactions with browsers, handling authentication, navigation, form submissions, and validating results.
ab-test-analysis
phuryn/pm-skills · Testing
Evaluate A/B test results with statistical rigor and translate findings into clear product decisions.
tdd:write-tests
neolabhq/context-engineering-kit · Testing
User can provide a what tests or modules to focus on:
test-scenarios
phuryn/pm-skills · Testing
Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step test actions, and expected outcomes.
tdd:fix-tests
neolabhq/context-engineering-kit · Testing
User can provide to focus on specific tests or modules:
tdd:test-driven-development
neolabhq/context-engineering-kit · Testing
Write the test first. Watch it fail. Write minimal code to pass.
sf-ai-agentforce-testing
jaganpro/sf-skills · AI/ML
Use this skill when the user needs formal Agentforce testing: multi-turn conversation validation, CLI Testing Center specs, topic/action coverage analysis, preview checks, or a structured test-fix loop after publish.
playwright
secondsky/claude-skills · Testing
Expert knowledge for browser automation and end-to-end testing with Playwright - a modern cross-browser testing framework.
cypress
bobmatnyc/claude-mpm-skills · Testing
Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters.