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 873–1 920 of 3 546

page 40 of 74
Espresso Android Testing
by PramodDutta

Android UI testing with Espresso framework including view matchers, actions, assertions, idling resources, and RecyclerView testing patterns.

986 tokens
Error Handling Testing Patterns
by PramodDutta

Testing error handling paths including exception propagation, error boundaries, retry logic, circuit breakers, and graceful degradation.

1k tokens
Event Sourcing Testing
by PramodDutta

Testing event sourcing patterns including event store validation, projection testing, saga orchestration, and event versioning compatibility.

1k tokens
Exploratory Test Charter Generator
by PramodDutta

Generate structured exploratory testing charters with focused missions, time-boxed sessions, risk-based areas, and standardized note-taking templates for systematic exploration

10k tokens
Express js Testing Patterns
by PramodDutta

Express.js API testing with supertest, middleware testing, route handler testing, error handling verification, and authentication testing.

993 tokens
Faker Test Data Generation
by PramodDutta

Generating realistic test data with Faker libraries for names, addresses, emails, dates, and domain-specific data with reproducible seed control.

990 tokens
FastAPI Testing Patterns
by PramodDutta

FastAPI application testing with TestClient, dependency injection overrides, async testing, database testing with SQLAlchemy, and OpenAPI validation.

984 tokens
Feature Flag Testing
by PramodDutta

Testing feature flag implementations including flag evaluation, gradual rollout verification, fallback behavior, and flag cleanup detection.

1k tokens
First Time User Tester
by PramodDutta

Validate the first-time user experience including onboarding flows, empty states, tutorial completion, progressive disclosure, and initial setup wizards

10k tokens
File Upload Testing
by PramodDutta

Comprehensive file upload testing including format validation, size limits, malware scanning, storage verification, and concurrent upload handling.

1k tokens
Flaky Test Doctor
by PramodDutta

Diagnose flaky test failures from Playwright reports, traces, and rerun history. Classify each failure as product, test, environment, data, or unknown with cited evidence and a proposed fix. Never auto-modifies code without opt-in.

3k tokens
Flaky Test Quarantine
by PramodDutta

Detect, quarantine, and systematically fix flaky tests with automated retry analysis, root cause categorization, and CI pipeline integration for test reliability

9k tokens
Gatling Performance Testing
by PramodDutta

High-performance load testing using Gatling with Scala/Java DSL for simulating thousands of concurrent users and analyzing response time distributions.

986 tokens
Form Validation Breaker
by PramodDutta

Exhaustive testing of form validation logic including boundary values, injection payloads, encoding edge cases, and client-server validation bypass techniques

10k tokens
Flutter Testing Patterns
by PramodDutta

Flutter app testing with widget tests, integration tests, golden tests, Mockito, bloc testing, and Flutter Driver for end-to-end scenarios.

974 tokens
Flask Testing Patterns
by PramodDutta

Flask application testing with test client, fixture patterns, SQLAlchemy model testing, blueprint testing, and Flask-specific extension testing.

975 tokens
Frontend Performance Testing
by PramodDutta

Frontend performance testing covering bundle size analysis, render performance, animation frame rate, React re-render detection, and lazy loading verification.

999 tokens
Gauge Testing
by PramodDutta

Test automation with Gauge framework using Markdown specifications, step implementations in Java/Python/JavaScript/Ruby/C#, concepts, data-driven testing, and living documentation.

5k tokens
GDPR Compliance Testing
by PramodDutta

Testing GDPR compliance requirements including data deletion, consent management, data portability, right to erasure, and privacy policy enforcement.

983 tokens
Geb Testing
by PramodDutta

Browser automation testing with Geb framework for Groovy/JVM using jQuery-like content DSL, Page Object pattern, Spock integration, and WebDriver abstraction.

4k tokens
GitHub Actions CI Testing
by PramodDutta

Setting up and optimizing test pipelines in GitHub Actions with caching, parallel execution, matrix builds, and test result reporting.

1k tokens
Go Testing Patterns
by PramodDutta

Go testing with testing package, table-driven tests, subtests, benchmarks, test fixtures, httptest, and testify assertions.

951 tokens
Golden File Testing
by PramodDutta

Golden file testing pattern for comparing output against approved baselines with update workflows, diff tools, and version control integration.

994 tokens
GraphQL Subscription Testing
by PramodDutta

Testing GraphQL subscriptions including WebSocket lifecycle, real-time event delivery, authorization on subscriptions, and connection management.

993 tokens
gRPC Testing
by PramodDutta

gRPC service testing including protobuf validation, streaming tests, error handling, deadline testing, and load testing for gRPC endpoints.

963 tokens
GraphQL Testing
by PramodDutta

Comprehensive GraphQL API testing including query/mutation testing, schema validation, resolver testing, subscription testing, and N+1 query detection.

986 tokens
HIPAA Compliance Testing
by PramodDutta

Testing HIPAA compliance for healthcare applications including PHI handling, audit logging, access controls, and data encryption verification.

982 tokens
Internationalization Testing
by PramodDutta

i18n testing covering locale switching, date/number formatting, RTL layout, plural forms, ICU messages, and translation completeness verification.

983 tokens
Image Processing Testing
by PramodDutta

Testing image processing pipelines including format conversion, resize quality, metadata handling, watermark verification, and thumbnail generation.

978 tokens
Integration Testing Patterns
by PramodDutta

Integration testing strategies including database integration, external service integration, message queue testing, and test container patterns.

1k tokens
IoT Device Testing
by PramodDutta

IoT device testing including firmware validation, protocol testing (MQTT, CoAP), power consumption testing, and over-the-air update verification.

962 tokens
Infrastructure Drift Detection
by PramodDutta

Detecting and testing infrastructure drift between desired state and actual state using automated scanning, alerting, and remediation patterns.

983 tokens
Jasmine Testing
by PramodDutta

BDD-style JavaScript testing with Jasmine covering spies, async patterns, custom matchers, clock manipulation, and comprehensive test organization for frontend and Node.js applications.

4k tokens
JavaScript Testing Patterns
by PramodDutta

Modern JavaScript testing strategies with Jest, Mocha, and testing best practices covering unit testing, integration testing, mocking, async patterns, and DOM testing.

4k tokens
ISTQB Test Design Techniques
by PramodDutta

Apply classic test design techniques the ISTQB way, equivalence partitioning, boundary value analysis, decision tables, state transition testing, and pairwise combinations, to derive minimal high-coverage test sets from requirements.

2k tokens
Jest Mocking Patterns
by PramodDutta

Teaches the agent the right way to mock in Jest — jest.fn, mockImplementation, mockResolvedValue, jest.mock factories, spyOn with restore, and isolating modules like axios.

2k tokens
Jira QA Workflows
by PramodDutta

Run QA work in Jira like a professional, bug lifecycle and triage, JQL queries for testers, quality dashboards, sprint QA rituals, and REST API automation for bulk bug operations and reporting.

2k tokens
Jest Unit Testing
by PramodDutta

Unit testing skill using Jest for TypeScript and JavaScript, covering mocking, spies, snapshots, coverage, async testing, and custom matchers.

4k tokens
JMeter Load Testing
by PramodDutta

Load and performance testing skill using Apache JMeter, covering test plans, thread groups, assertions, listeners, timers, and distributed testing.

3k tokens
JUnit 5 Testing
by PramodDutta

Production-grade Java unit and integration testing with JUnit 5 covering assertions, parameterized tests, lifecycle hooks, Mockito mocking, nested tests, and extensions.

4k tokens
JWT Security Testing
by PramodDutta

Comprehensive JWT token security testing including signature verification, expiration checks, algorithm confusion attacks, and claim validation.

976 tokens
Kafka Event Driven Testing
by PramodDutta

Test Kafka-based event-driven systems, producer and consumer integration tests with Testcontainers, schema compatibility gates, idempotency and ordering verification, dead-letter handling, and end-to-end event flow assertions.

2k tokens
k6 Performance Testing
by PramodDutta

Performance and load testing skill using k6, covering load test scripts, thresholds, scenarios, checks, custom metrics, and results analysis.

3k tokens
Karma Testing
by PramodDutta

Comprehensive Karma test runner skill for browser-based JavaScript unit testing with Jasmine, Mocha, or QUnit frameworks, real browser execution, coverage reporting, and CI/CD pipeline integration.

5k tokens
Kotlin Testing Patterns
by PramodDutta

Kotlin testing with JUnit 5, MockK, Kotest, coroutine testing, Android testing with Espresso, and Kotlin-specific assertion libraries.

975 tokens
Katalon Studio Testing
by PramodDutta

Comprehensive testing patterns for Katalon Studio including codeless record-and-playback, Groovy scripted testing, custom keywords, data-driven testing, cross-browser execution, and CI/CD integration with Katalon TestOps.

5k tokens
Kubernetes Testing Patterns
by PramodDutta

Kubernetes deployment testing including manifest validation, Helm chart testing, pod health checks, network policy testing, and rollback verification.

1k tokens
Langfuse LLM Observability Testing
by PramodDutta

Instrument LLM apps with Langfuse tracing, then use traces, scores, and datasets to test in production, run evaluations on real traffic, catch regressions, and close the loop from incident to golden dataset.

2k tokens