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 017–2 064 of 3 546

page 43 of 74
Screenshot Capture Testing
by PramodDutta

Cross-platform desktop and application screenshot capture for visual testing, UI verification, and automated visual comparison across macOS, Linux, and Windows.

837 tokens
Screenshot Testing in CI
by PramodDutta

Integrating screenshot-based visual testing into CI pipelines with baseline management, review workflows, and cross-platform rendering comparison.

997 tokens
Screenshot Visual Diff Testing
by PramodDutta

Automated screenshot comparison testing with configurable thresholds, anti-aliasing tolerance, and responsive viewport visual validation.

1k tokens
SDET Interview Preparation
by PramodDutta

Comprehensive SDET interview preparation covering coding challenges, system design for testing, automation framework design, CI/CD pipeline questions, testing strategy discussions, and behavioral interview patterns for QA engineering roles.

5k tokens
Search Functionality Testing
by PramodDutta

Search feature testing including relevance scoring, autocomplete, typo tolerance, faceted search, pagination, and search analytics verification.

991 tokens
Secure Test Data Engineer
by PramodDutta

Generate test data from the schemas you already have. Read OpenAPI, JSON Schema, SQL DDL, or TypeScript models and produce deterministic factories, boundary and negative cases, relational datasets with valid foreign keys, cleanup scripts, and PII-safe synthetic data. Production records never leave the machine.

3k tokens
Selenide Testing
by PramodDutta

Expert-level Selenide UI testing skill for Java applications. Covers concise fluent API, automatic waits, smart selectors, collections, Page Objects, and integration with JUnit 5 and Gradle/Maven builds.

4k tokens
Selenium Grid Parallel Testing
by PramodDutta

Parallel test execution with Selenium Grid including hub/node configuration, Docker-based grid, cross-browser testing, and session management.

1k tokens
Selenium Java Testing
by PramodDutta

End-to-end web testing skill using Selenium WebDriver with Java, covering WebDriver setup, page objects, explicit waits, and TestNG/JUnit integration.

4k tokens
Semgrep SAST Analysis
by PramodDutta

Static application security testing using Semgrep for finding vulnerabilities, code smells, and enforcing security policies across codebases.

992 tokens
Sentry Error Monitoring & Testing
by PramodDutta

Integration testing with Sentry for error tracking, performance monitoring, and release health verification in production environments.

993 tokens
Serenity BDD Testing
by PramodDutta

Java BDD testing with Serenity BDD framework using the Screenplay pattern, Cucumber integration, step libraries, comprehensive reporting, and living documentation generation.

6k tokens
Serverless Function Testing
by PramodDutta

Testing serverless functions including Lambda, Cloud Functions, and Edge Functions with local emulation, cold start testing, and timeout handling.

1k tokens
Session Based Exploratory Testing
by PramodDutta

Teach agents to run session-based exploratory testing with charters, time boxes, tours, note-taking, debriefs, and coverage tracking.

1k tokens
ui Component Testing
by PramodDutta

Testing skill for shadcn/ui and Radix UI component libraries covering accessible component testing, dialog and popover testing, form validation testing, data table testing, command palette testing, and theme switching verification.

10k tokens
SLA & SLO Testing
by PramodDutta

Testing Service Level Agreements and Objectives including availability targets, latency percentiles, error budgets, and automated SLO compliance reporting.

974 tokens
Smoke Test Suite Builder
by PramodDutta

Building effective smoke test suites for deployment verification including critical path coverage, health endpoints, and rapid feedback testing.

1k tokens
Snapshot Testing Patterns
by PramodDutta

Snapshot testing strategies for UI components, API responses, and data structures with update workflows, review patterns, and anti-pattern avoidance.

992 tokens
SOAP API Testing
by PramodDutta

SOAP web service testing including WSDL validation, XML schema testing, WS-Security, and SOAP fault handling verification.

3k tokens
SOC 2 Compliance Testing
by PramodDutta

Testing SOC 2 compliance controls including security monitoring, change management, access reviews, and incident response procedures.

973 tokens
Specification Compliance Testing
by PramodDutta

Testing implementations against formal specifications including RFC compliance, protocol adherence, and standards conformance verification.

1k tokens
SpecFlow BDD Testing
by PramodDutta

C# .NET BDD testing with SpecFlow using Gherkin feature files, step bindings, hooks, dependency injection, Selenium integration, and living documentation with SpecFlow+ LivingDoc.

5k tokens
Spring Boot Testing
by PramodDutta

Spring Boot application testing with @SpringBootTest, MockMvc, @DataJpaTest, Testcontainers, and Spring Security testing patterns.

992 tokens
SQL Injection Testing
by PramodDutta

Comprehensive SQL injection testing patterns including blind SQLi, time-based, union-based, and parameterized query validation techniques.

1k tokens
Server Sent Events Testing
by PramodDutta

Testing Server-Sent Events implementations including event stream validation, reconnection behavior, event ID tracking, and EventSource client testing.

981 tokens
TLS Certificate Testing
by PramodDutta

SSL/TLS configuration testing including certificate validation, cipher suite analysis, protocol version checks, and HSTS verification.

970 tokens
State Machine Test Generator
by PramodDutta

Generate comprehensive test cases from state machine models covering all states, transitions, guard conditions, and invalid transition attempts for workflow-heavy features

10k tokens
Storybook Interaction Testing
by PramodDutta

Testing UI components through Storybook stories with play functions, interaction testing, accessibility checks, and visual regression via Chromatic.

1k tokens
Streaming API Testing
by PramodDutta

Streaming API testing skill covering Server-Sent Events testing, chunked transfer encoding, gRPC streaming, real-time data validation, backpressure testing, connection resilience, and AI/LLM streaming response testing.

9k tokens
Stress Testing Patterns
by PramodDutta

Stress testing methodologies for finding breaking points, resource exhaustion thresholds, and degradation patterns under extreme load conditions.

1k tokens
Supabase Testing
by PramodDutta

Testing patterns for Supabase applications covering auth flow testing, Row Level Security policy testing, realtime subscription testing, and edge function testing

11k tokens
SuperTest API Testing
by PramodDutta

Test Node.js HTTP APIs in-process with SuperTest — request(app) without binding a port, chained .expect assertions, auth headers, JSON body validation, and Jest integration with proper async/await patterns.

2k tokens
Svelte Component Testing
by PramodDutta

Svelte component testing with @testing-library/svelte, vitest, component rendering, event simulation, store testing, and SvelteKit testing.

985 tokens
Swift Testing Patterns
by PramodDutta

Swift testing with XCTest, Swift Testing framework, async/await testing, SwiftUI preview testing, and performance measurement.

965 tokens
Synthetic Monitoring Testing
by PramodDutta

Synthetic monitoring test creation for uptime checking, user journey simulation, API health verification, and multi-region availability testing.

1k tokens
TanStack Query Testing
by PramodDutta

Testing patterns for TanStack Query (React Query) covering query hook testing, mutation testing, cache behavior testing, and optimistic update verification.

10k tokens
TDD Patterns
by PramodDutta

Practice strict red-green-refactor test-driven development — write one failing test first, make it pass with the minimum code, then refactor under green, with worked cycles in Jest and pytest, AAA structure, and behavior-based test naming.

2k tokens
TDD Red Green Refactor
by PramodDutta

Test-Driven Development mastery with red-green-refactor cycle, outside-in TDD, test-first design, and incremental development patterns.

979 tokens
Terraform Infrastructure Testing
by PramodDutta

Infrastructure-as-Code testing with Terratest, terraform validate, plan verification, and drift detection for Terraform configurations.

995 tokens
Test Architecture Patterns
by PramodDutta

Designing scalable test architectures including test pyramid, diamond, trophy, and honeycomb patterns with framework-agnostic implementation.

1k tokens
Test Case Generator from User Stories
by PramodDutta

Automatically generate comprehensive test cases from user stories and acceptance criteria using BDD patterns, equivalence partitioning, and risk-based prioritization

11k tokens
Test Coverage Gap Finder
by PramodDutta

Identify untested code paths, uncovered branches, and missing test scenarios using coverage analysis, risk mapping, and change-based coverage tracking

10k tokens
Test Coverage Optimization
by PramodDutta

Optimizing test coverage beyond line coverage including branch coverage, mutation score, path coverage, and identifying meaningful coverage gaps.

998 tokens
Test Data Anonymization
by PramodDutta

Anonymizing production data for testing while maintaining referential integrity, data distributions, and edge case representation.

1k tokens
Test Data Factory
by PramodDutta

Build reusable test data factories with realistic fake data generation, relationship handling, and deterministic seeding for reproducible tests.

9k tokens
Test Data Generation
by PramodDutta

Test data generation and management skill covering Faker.js, factory patterns, builders, database seeding, and test data strategies for reliable test suites.

4k tokens
Test Debt Calculator
by PramodDutta

Quantify and prioritize test technical debt by analyzing coverage gaps, flaky test ratios, outdated assertions, and missing test categories across codebases.

9k tokens
Test Documentation Generator
by PramodDutta

Generating human-readable test documentation from test code including test catalogs, coverage reports, and living documentation websites.

1k tokens