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

1 921–1 968 of 3 546

page 41 of 74
Laravel Dusk Testing
by PramodDutta

Expert-level Laravel Dusk browser testing skill for PHP/Laravel applications. Covers Chrome-based E2E testing, browser assertions, Page Objects, component testing, authentication helpers, and database integration.

4k tokens
Laravel Testing Patterns
by PramodDutta

Laravel PHP testing with PHPUnit, feature tests, browser tests with Dusk, database factories, mocking facades, and HTTP testing helpers.

978 tokens
Lettuce BDD Testing
by PramodDutta

Expert-level Lettuce BDD testing skill for Python applications. Covers Gherkin feature files, step definitions, terrain hooks, Selenium integration, data-driven scenarios, and migration guidance to Behave for modern projects.

4k tokens
LibFuzzer Coverage Guided Fuzzing
by PramodDutta

Coverage-guided fuzz testing using libFuzzer for C/C++ applications to find memory corruption, buffer overflows, and crash-inducing inputs.

984 tokens
License Compliance Testing
by PramodDutta

Automated open-source license compliance testing to detect license conflicts, copyleft violations, and license compatibility issues in dependencies.

987 tokens
LLM Output Testing
by PramodDutta

Testing LLM-powered features including output quality validation, hallucination detection, token usage monitoring, and prompt regression testing.

964 tokens
Load Balancer Testing
by PramodDutta

Testing load balancer configurations including health check validation, routing algorithms, session affinity, failover behavior, and SSL termination.

1k tokens
LLM Security Testing
by PramodDutta

Security testing for LLM-powered applications including prompt injection, jailbreak detection, data leakage prevention, and AI safety testing.

965 tokens
Loading State Tester
by PramodDutta

Verify loading indicators, skeleton screens, and progress bars appear correctly during async operations and disappear on completion or error.

10k tokens
Locust Load Testing
by PramodDutta

Python-based load testing with Locust for writing user behavior scripts, distributed testing, real-time web UI monitoring, and custom load shapes.

974 tokens
Log Testing Patterns
by PramodDutta

Testing logging implementations including log level verification, structured logging validation, log rotation testing, and log aggregation pipeline testing.

989 tokens
Maestro Mobile Testing
by PramodDutta

Black-box mobile UI testing with Maestro YAML flows - launchApp, tapOn, inputText, assertVisible, reusable runFlow subflows, environment parameters, JUnit reporting, and emulator-based CI pipelines.

2k tokens
Mabl AI Testing
by PramodDutta

AI-powered testing patterns with Mabl including auto-healing tests, visual regression, API testing, performance monitoring, CI/CD integration, and intelligent test maintenance using Mabl's machine learning capabilities.

5k tokens
MCP Server Testing
by PramodDutta

Comprehensive testing patterns for Model Context Protocol servers including tool validation, transport testing, schema verification, and end-to-end MCP integration testing with stdio and SSE transports.

9k tokens
Microservices Contract Testing
by PramodDutta

Consumer-driven contract testing for microservices using Pact, ensuring API compatibility and preventing integration breakages across service boundaries.

1k tokens
Mobile Accessibility Testing
by PramodDutta

Accessibility testing for mobile apps including VoiceOver/TalkBack testing, touch target sizes, dynamic type support, and motor accessibility.

1k tokens
Mobile Device Farm Testing
by PramodDutta

Scalable mobile testing using cloud device farms like AWS Device Farm, BrowserStack, and Firebase Test Lab for cross-device compatibility.

1k tokens
Mobile Performance Testing
by PramodDutta

Mobile application performance testing including app launch time, frame rendering, memory profiling, battery consumption, network throttling, and crash analytics using Appium, XCTest, and Espresso with real device testing.

6k tokens
Mobile Gesture Tester
by PramodDutta

Test touch gestures including swipe, pinch-to-zoom, long press, and drag-and-drop on mobile viewports and touch-enabled devices.

9k tokens
Mocha Testing
by PramodDutta

Comprehensive Mocha testing skill for writing robust unit and integration tests in JavaScript and TypeScript with Chai assertions, Sinon mocking, async patterns, and CI/CD integration.

5k tokens
MongoDB Testing Patterns
by PramodDutta

MongoDB testing with in-memory MongoDB, aggregation pipeline testing, schema validation, indexing verification, and replica set testing.

988 tokens
MSTest Testing
by PramodDutta

Microsoft's built-in .NET testing framework covering test classes, data-driven tests, assertions, lifecycle management, mocking with Moq, and integration testing for C# applications.

4k tokens
MSW Mock Service Worker
by PramodDutta

API mocking with Mock Service Worker for browser and Node.js environments including request interception, response simulation, and network error testing.

975 tokens
MSW API Mocking
by PramodDutta

Mock Service Worker v2 patterns - http and graphql request handlers, setupServer for Node test runs, setupWorker for the browser, per-test handler overrides, and strict unhandled-request policies.

2k tokens
Multi Tenant Testing
by PramodDutta

Testing multi-tenant application isolation including data segregation, tenant-specific configuration, cross-tenant access prevention, and performance isolation.

1k tokens
Mutation Test Generator
by PramodDutta

Generate and run mutation tests to measure test suite effectiveness by introducing code mutations and verifying detection rates.

9k tokens
Advanced Mutation Testing
by PramodDutta

Advanced mutation testing using Stryker, PIT, and mutmut to measure test suite quality by introducing controlled mutations and tracking kill rates.

1k tokens
Mutation Testing
by PramodDutta

Run mutation testing with StrykerJS for TypeScript/JavaScript and mutmut for Python to measure whether your test suite actually catches bugs, enforce mutation score thresholds, and keep runs fast with incremental mode in CI.

2k tokens
Nemo js Testing
by PramodDutta

Comprehensive Nemo.js test automation skill for PayPal's Selenium-based Node.js testing framework featuring view-driven locators, flexible configuration, Mocha integration, and scalable browser automation patterns.

4k tokens
Negative Test Generator
by PramodDutta

Systematically generate negative test cases covering invalid inputs, unauthorized actions, missing required fields, exceeded limits, and malformed request payloads

11k tokens
NestJS Testing Patterns
by PramodDutta

NestJS application testing with @nestjs/testing, dependency injection mocking, e2e testing with supertest, guard testing, and pipe validation testing.

986 tokens
Network Latency Testing
by PramodDutta

Network latency simulation and testing for measuring application behavior under various network conditions including high latency, packet loss, and bandwidth constraints.

990 tokens
Next js Testing Patterns
by PramodDutta

Next.js application testing covering Server Components, App Router, API routes, middleware, dynamic routes, and SSR/SSG testing patterns.

984 tokens
NightwatchJS Testing
by PramodDutta

Comprehensive NightwatchJS end-to-end testing skill with integrated Selenium WebDriver, built-in assertions, page objects, and parallel test execution for reliable browser automation in JavaScript and TypeScript.

4k tokens
Nock HTTP Request Mocking
by PramodDutta

HTTP request mocking with Nock for Node.js testing including request intercepting, response recording, and external API simulation.

973 tokens
NUnit Testing
by PramodDutta

NUnit 3 constraint-based testing for C# covering Assert.That patterns, parameterized tests, setup/teardown, Moq mocking, test categories, and the fluent assertion model.

5k tokens
OAuth2 Security Testing
by PramodDutta

Security testing for OAuth2 implementations including authorization code flow, PKCE, token handling, redirect URI validation, and scope enforcement.

986 tokens
Offline Mode Tester
by PramodDutta

Validate progressive web app offline functionality including service worker caching, offline data persistence, sync-on-reconnect behavior, and graceful degradation

10k tokens
OpenAPI Test Generation
by PramodDutta

Automatically generating API tests from OpenAPI/Swagger specifications including request validation, response schema checking, and edge case generation.

990 tokens
OpenTelemetry Testing
by PramodDutta

Testing distributed tracing and observability instrumentation with OpenTelemetry including span verification, metric collection, and log correlation.

1k tokens
OpenAPI Schema Validation
by PramodDutta

OpenAPI/Swagger specification validation and testing to ensure API implementations match their documented contracts with automated drift detection.

989 tokens
Oss Fuzz Integration Testing
by PramodDutta

Integration with Google OSS-Fuzz for continuous fuzzing of open-source projects with automated bug filing and regression tracking.

987 tokens
Page Speed Critic
by PramodDutta

Analyze page load performance using Core Web Vitals, Lighthouse scores, resource waterfall analysis, and performance budgets with automated regression detection.

10k tokens
Pagination Testing Patterns
by PramodDutta

Testing pagination implementations including cursor-based, offset-based, keyset pagination with edge cases, performance, and consistency verification.

1k tokens
Pairwise Test Generator
by PramodDutta

Generate optimized test combinations using pairwise (all-pairs) testing algorithms to achieve maximum coverage with minimum test cases across multiple input parameters

9k tokens
Payment Integration Testing
by PramodDutta

Payment gateway testing including Stripe, PayPal, and Square integration testing with sandbox environments, webhook verification, and error handling.

992 tokens
Pci DSS Compliance Testing
by PramodDutta

Testing PCI-DSS compliance for payment processing including encryption validation, access control testing, and secure data storage verification.

993 tokens
PDF Generation Testing
by PramodDutta

Testing PDF generation including layout verification, content accuracy, font embedding, accessibility (PDF/UA), and cross-platform rendering consistency.

981 tokens