mcpbeat

Testing Claude Skills

3 546 testing skills from 425 authors. They run test suites, check accessibility and catch what broke. Half of them fit into 1 796 tokens or less — that is what one costs your context window when the agent loads it. 405 ship runnable scripts rather than instructions alone. 2 of them cannot work without an MCP server, most often rube. We also found 403 copies of these same skills sitting in other people's repositories — counted once here, not 403 times.

3 546 unique 425 authors 2 161 updated this month 331 from vendors

1 796
tokens, median
what a typical one costs in context
405
ship scripts
code that runs, not instructions alone
2
need a server
most often rube
403
copies elsewhere
counted once here, not once per repository

2 065–2 112 of 3 546

page 44 of 74
Test Doubles Patterns
by PramodDutta

Comprehensive guide to test doubles including mocks, stubs, spies, fakes, and dummies with when-to-use guidelines and anti-pattern avoidance.

979 tokens
Test Driven Development (TDD)
by PramodDutta

Master the Test-Driven Development approach with Red-Green-Refactor cycles, writing tests before code, comprehensive coverage patterns, and quality code practices for building robust, maintainable software.

6k tokens
Test Environment Management
by PramodDutta

Managing test environments including provisioning, configuration, data seeding, isolation, cleanup, and environment-as-code patterns.

1k tokens
Test Fixture Patterns
by PramodDutta

Test fixture design patterns including builders, factories, object mothers, and fixture management for maintainable test data setup.

994 tokens
Test Flakiness Detection
by PramodDutta

Detecting and diagnosing flaky tests using statistical analysis, execution recording, environmental factor isolation, and quarantine strategies.

984 tokens
Hermetic Test Patterns
by PramodDutta

Building hermetic tests that are fully isolated from external dependencies using fakes, containers, and deterministic time/random sources.

987 tokens
Test Impact Analysis
by PramodDutta

Analyzing code changes to determine which tests are impacted, enabling selective test execution and faster CI feedback loops.

1k tokens
Test Isolation Strategies
by PramodDutta

Test isolation techniques including database cleanup, transaction rollback, parallel test execution, and shared resource management.

1k tokens
Test Migration Framework
by PramodDutta

Test framework migration skill covering strategies for migrating between testing frameworks including Selenium to Playwright, Jest to Vitest, Enzyme to React Testing Library, and Protractor to Cypress with automated codemods and incremental migration patterns.

7k tokens
Test Observability & Analytics
by PramodDutta

Implementing test observability with execution analytics, failure trend analysis, coverage gap detection, and test suite health dashboards.

1k tokens
Test Parameterization Patterns
by PramodDutta

Data-driven testing with parameterized tests, test matrices, combinatorial testing, and pairwise parameter generation techniques.

1k tokens
Test Plan Generation
by PramodDutta

Test plan generation skill covering requirements analysis, test strategy, coverage matrices, risk-based testing, and test estimation techniques.

3k tokens
Test Strategy Design
by PramodDutta

Comprehensive test strategy design methodology covering risk-based testing, test pyramid optimization, coverage planning, environment strategy, data management, and test automation ROI analysis for enterprise and startup contexts.

5k tokens
Test Suite Performance
by PramodDutta

Optimizing test suite execution speed with parallelization, test splitting, caching, selective test execution, and test impact analysis.

1k tokens
TestCafe Testing
by PramodDutta

Comprehensive TestCafe end-to-end testing skill for writing reliable browser automation tests in JavaScript and TypeScript without WebDriver dependencies, featuring smart assertions, automatic waiting, and parallel execution.

4k tokens
Testcontainers Patterns
by PramodDutta

Docker-based integration testing with Testcontainers for databases, message queues, cloud services, and custom containers with lifecycle management.

1k tokens
Testing in Production Patterns
by PramodDutta

Safe testing-in-production strategies including feature flags, shadow traffic, canary releases, dark launches, and observability-driven development.

1k tokens
TestNG Testing
by PramodDutta

Advanced Java testing with TestNG covering data providers, parallel execution, test groups, XML suite configuration, listeners, soft assertions, and dependency management.

4k tokens
TestRail Test Management
by PramodDutta

Organize testing in TestRail, suite and section architecture, writing maintainable cases, test runs and plans, milestone reporting, and TestRail API automation to push automated results into one quality view.

2k tokens
testRigor Plain English Testing
by PramodDutta

End-to-end test automation using testRigor's plain English syntax for writing maintainable tests without coding, covering cross-browser testing, mobile testing, API validation, and integrations with CI/CD pipelines.

5k tokens
Timezone Bug Hunter
by PramodDutta

Find timezone-related bugs in date handling, scheduling, and display logic by testing across multiple timezones and edge cases like DST transitions.

16k tokens
tRPC Testing
by PramodDutta

End-to-end type-safe API testing with tRPC covering router testing, middleware testing, subscription testing, and client-server integration testing patterns

10k tokens
Turborepo Monorepo Testing
by PramodDutta

Testing patterns for Turborepo and pnpm monorepos covering workspace dependency testing, affected package detection, parallel test execution, and shared test utilities

8k tokens
Unit Test Generation
by PramodDutta

Generate high-signal unit tests for existing code, behavior-first case selection, boundary and error paths, mocking discipline, mutation-tested quality, and framework-idiomatic output for Vitest, Jest, and pytest.

2k tokens
Vercel Edge Function Testing
by PramodDutta

Testing patterns for Vercel Edge Functions, middleware, and serverless functions covering local testing, edge runtime simulation, and deployment verification.

10k tokens
Vibe Testing Methodology
by PramodDutta

Natural language test automation methodology where tests are written as plain English instructions, leveraging AI agents to interpret intent, generate executable tests, and maintain test suites without traditional code-based selectors or assertions.

6k tokens
Visual Regression Testing
by PramodDutta

Visual regression testing skill using Playwright, covering screenshot comparison, visual diff thresholds, responsive testing, baseline management, and CI integration.

4k tokens
Vitest Migration & Config
by PramodDutta

Teaches the agent to migrate a Jest suite to Vitest — vi.mock and the globals shim, vitest.config workspaces/projects, coverage, browser mode, and Vitest v4 breaking changes.

2k tokens
Vitest Testing
by PramodDutta

Write fast unit and integration tests with Vitest — vitest.config.ts setup, vi.fn and vi.mock module mocking, fake timers, snapshots, V8 coverage with thresholds, workspaces for monorepos, and in-source testing.

2k tokens
Vitest Testing
by PramodDutta

Modern JavaScript and TypeScript testing with Vitest, covering unit testing, integration testing, mocking, snapshots, browser mode, and Vite integration.

4k tokens
Voice Assistant Testing
by PramodDutta

Testing voice-activated applications including speech recognition accuracy, intent detection, dialog flow testing, and multi-language support.

972 tokens
Vue Test Utils Testing
by PramodDutta

Vue.js component testing using Vue Test Utils with mount/shallow mount, event simulation, Vuex/Pinia store testing, and composition API testing.

3k tokens
Vue Testing Utils
by PramodDutta

Test Vue 3 components with Vue Test Utils and Vitest — mount vs shallowMount, finding and triggering DOM, asserting props and emitted events, awaiting async updates, and mocking Pinia stores and Vue Router.

3k tokens
WebAssembly Testing
by PramodDutta

Testing WebAssembly modules including compilation verification, memory management, interop testing, and performance benchmarking of WASM components.

972 tokens
WCAG Accessibility Testing
by PramodDutta

Automated WCAG 2.2 AA/AAA compliance testing with axe-core, Pa11y, and manual testing patterns for keyboard navigation, screen readers, and color contrast.

981 tokens
Core Web Vitals Testing
by PramodDutta

Testing and monitoring Core Web Vitals (LCP, FID, CLS, INP, TTFB) to ensure web performance meets Google search ranking thresholds.

987 tokens
WebApp Testing with Playwright
by PramodDutta

Anthropic's official web application testing skill using native Python Playwright scripts with helper utilities for server lifecycle management, browser automation, and comprehensive E2E testing workflows.

6k tokens
WebdriverIO E2E Testing
by PramodDutta

Build WebdriverIO E2E suites — wdio.conf.ts setup, $ and $$ selectors, auto-wait and waitUntil, Mocha framework structure, page objects, parallel capabilities, and services for visual testing and Appium mobile.

2k tokens
WebDriverIO Testing
by PramodDutta

Comprehensive WebDriverIO (WDIO) test automation skill for generating reliable end-to-end browser tests in JavaScript and TypeScript with Page Object Model, custom commands, and advanced synchronization strategies.

4k tokens
Webhook Testing
by PramodDutta

Testing webhook implementations including delivery verification, retry logic, signature validation, idempotency, and failure handling patterns.

983 tokens
Advanced WebSocket Testing
by PramodDutta

WebSocket testing including connection lifecycle, reconnection logic, message ordering, backpressure handling, and binary frame testing.

997 tokens
WireMock API Simulation
by PramodDutta

API simulation and service virtualization with WireMock for HTTP stubbing, request matching, stateful behavior, and fault injection testing.

990 tokens
XCUITest iOS Testing
by PramodDutta

iOS UI testing with XCUITest framework covering element queries, gesture simulation, accessibility testing, and Xcode test plan configuration.

977 tokens
Xray Zephyr Jira Testing
by PramodDutta

Teach agents to manage Jira test cases and executions with Xray and Zephyr, including issue modeling, JQL, and CI result publishing through REST APIs.

2k tokens
XSS Testing Patterns
by PramodDutta

Cross-site scripting vulnerability testing covering reflected, stored, and DOM-based XSS with sanitization validation and CSP bypass detection.

971 tokens
xUnit net Testing
by PramodDutta

Comprehensive xUnit.net testing skill for writing reliable unit, integration, and acceptance tests in C# with [Fact], [Theory], fixtures, dependency injection, and parallel execution strategies.

4k tokens
YARA Rule Testing
by PramodDutta

Writing and testing YARA rules for malware detection, threat hunting, and file classification with rule validation and false-positive rate testing.

960 tokens
Zod Schema Testing
by PramodDutta

Comprehensive testing patterns for Zod schemas covering validation testing, transform testing, error message verification, and integration with API endpoints and forms

11k tokens