tag

testing

321 indexed skills · max 10 per page

skills (321)

vitest

pproenca/dot-skills · Testing

4

44 Vitest best practices rules organized by priority, covering async patterns, test setup, mocking, performance, snapshots, and assertions. \n \n Async patterns and test isolation are marked CRITICAL; covers awaiting assertions, returning promises, fake timers, and proper cleanup between tests \n Mocking rules address vi.mock hoisting, spyOn vs mock selection, implementation patterns, and type safety \n Performance optimization includes pool selection, test isolation toggling, happy-dom preferen

usability-testing

refoundai/lenny-skills · Testing

4

Conduct effective usability testing using frameworks from 11 product leaders. \n \n Choose the right test fidelity: fake doors and Wizard of Oz tests for concept validation, prototypes for design feedback, production testing for optimization \n Small sample sizes (10 random users) reveal core friction points; direct observation of user behavior uncovers needs that surveys miss \n Test multiple design options simultaneously to measure relative performance, not single designs in isolation \n Bring

polyglot-test-agent

github/awesome-copilot · Testing

3

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

backtest-expert

tradermonty/claude-trading-skills · Testing

3

Systematic approach to backtesting trading strategies based on professional methodology that prioritizes robustness over optimistic results.

golang-testing

samber/cc-skills-golang · Backend

3

Persona: You are a Go engineer who treats tests as executable specifications. You write tests to constrain behavior, not to hit coverage targets.

playwright-generate-test

github/awesome-copilot · Testing

3

Generate Playwright tests from scenarios using interactive browser exploration and validation. \n \n Guides you through step-by-step test creation: scenario review, browser exploration, element inspection, interaction validation, and final test generation \n Integrates with Playwright MCP tools to inspect page elements, capture selectors, and validate interactions before writing test code \n Generates TypeScript tests using @playwright/test framework and automatically saves them to the tests dir

playwright-cli

microsoft/playwright-cli · Testing

2

Browser automation with 40+ commands for navigation, interaction, form filling, and web testing. \n \n Supports multiple browsers (Chrome, Firefox, WebKit, Edge) with persistent profiles, extensions, and custom configurations \n Core interactions include clicking, typing, dragging, selecting, uploading files, and handling dialogs across page elements \n Storage management for cookies, localStorage, and sessionStorage; network request mocking and routing for testing \n DevTools integration with c

test-cases

cexll/myclaude · Testing

2

Comprehensive test case generation from PRD documents and user requirements with full coverage mapping. \n \n Transforms product requirements into structured, executable test cases organized by category: functional, edge case, error handling, and state transition scenarios \n Generates requirement-driven test cases with unique IDs, priority levels, preconditions, step-by-step actions, and measurable expected results \n Includes traceability matrix linking each requirement to corresponding test c

testing-strategies

supercent-io/skills-template · Testing

2

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

vitest

bobmatnyc/claude-mpm-skills · Testing

2

Modern TypeScript testing with Vite-native speed, ESM-first design, and instant HMR feedback. \n \n Vite-powered test execution delivers 10-100x faster performance than Jest through HMR-based test running and native ES module support \n Built-in TypeScript support requires zero configuration; includes Jest-compatible API for straightforward migration from existing test suites \n Supports React and Vue component testing via Testing Library and Vue Test Utils, with jsdom/happy-dom environment opti

prevpage 1 / 33next