testing▌
305 indexed skills · max 10 per page
polyglot-test-agent
github/awesome-copilot · Testing
Multi-agent pipeline that generates compilable, passing unit tests across eight programming languages. \n \n Orchestrates a Research → Plan → Implement workflow: researcher analyzes the codebase, planner creates phased test strategy, implementer writes and validates tests across phases \n Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more; auto-detects language, testing framework, build commands, and project structure \n Includes builder, tester, fixer, and linter subagents th
browsing-with-playwright
bilalmk/todo_correct · Testing
Browser automation with Playwright MCP for web navigation, form interaction, and data extraction. \n \n Supports navigation, element interaction (click, type, select), screenshots, and accessibility snapshots that return element references for precise targeting \n Includes JavaScript execution via browser_evaluate and multi-step atomic operations through browser_run_code for complex workflows \n Requires --shared-browser-context flag to maintain browser state across sequential commands; server r
unit-test-bean-validation
giuseppe-trisciuoglio/developer-kit · Testing
Unit testing Jakarta Bean Validation constraints and custom validators without Spring context. \n \n Covers testing built-in constraints ( @NotNull , @Email , @Min , @Max , @Size ) and custom @Constraint implementations with violation assertion patterns \n Includes cross-field validation, validation groups for conditional rules, and parameterized test scenarios for multiple inputs \n Provides setup patterns using Validation.buildDefaultValidatorFactory().getValidator() and assertion helpers to e
testing-patterns
davila7/claude-code-templates · Testing
Test-Driven Development (TDD):
e2e-testing
affaan-m/everything-claude-code · Testing
Playwright E2E testing patterns with Page Object Model, configuration, CI/CD setup, and flaky test strategies. \n \n Provides Page Object Model structure for maintainable test organization, with reusable page classes that encapsulate locators and navigation logic \n Covers multi-browser testing across Chromium, Firefox, WebKit, and mobile devices with configurable retries, parallelization, and artifact capture (screenshots, videos, traces) \n Includes flaky test identification and remediation pa
testing-strategies
supercent-io/skills-template · Testing
Comprehensive testing strategy design covering unit, integration, E2E testing, and TDD practices. \n \n Implements test pyramid structure with recommended ratios: 70% unit tests, 20% integration, 10% E2E tests \n Provides Given-When-Then patterns for unit testing, mocking strategies for external dependencies, and API endpoint testing examples \n Includes E2E testing guidance using Playwright for complete user flow validation and TDD red-green-refactor cycle methodology \n Covers CI/CD integratio
ab-test-setup
coreyhaines31/marketingskills · Testing
Expert guidance for designing statistically valid A/B tests and experiments. \n \n Provides a structured hypothesis framework, sample size calculations, and metrics selection (primary, secondary, guardrail) to ensure rigorous test design \n Covers test types (A/B, A/B/n, MVT, split URL), traffic allocation strategies, and implementation approaches (client-side vs. server-side) \n Includes pre-launch checklists, guidance on avoiding common pitfalls like early peeking, and frameworks for analyzing
qa-test-planner
softaworks/agent-toolkit · Testing
Generate comprehensive test plans, test cases, regression suites, and bug reports with Figma design validation. \n \n Create structured test plans with scope, strategy, entry/exit criteria, risk assessment, and timelines \n Generate manual test cases with step-by-step instructions, expected results, preconditions, and priority levels \n Build regression test suites (smoke, targeted, full) with execution order and pass/fail criteria \n Validate UI implementations against Figma designs with compon
test-fixing
davila7/claude-code-templates · Testing
Systematically identify and fix all failing tests using smart grouping strategies.
typescript-e2e-testing
bmad-labs/skills · Backend
Complete E2E and integration testing for TypeScript/NestJS projects with real Docker infrastructure and GWT pattern. \n \n Supports six guided workflows: setup, writing, reviewing, running, debugging, and optimizing E2E tests \n Tests against real services (PostgreSQL, MongoDB, Redis, Kafka) via Docker; never mocks infrastructure \n Enforces Given-When-Then pattern, test isolation, and specific assertions across all test cases \n Includes technology-specific helpers, rules, and examples for Kafk