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 969–2 016 of 3 546

page 42 of 74
Percy Visual Regression Testing
by PramodDutta

Catch UI regressions with Percy visual testing, snapshot strategy, Playwright and Cypress integration, responsive widths, dynamic-content stabilization, review workflow discipline, and CI gating without approval fatigue.

2k tokens
Performance Budget Testing
by PramodDutta

Enforcing performance budgets in CI/CD including bundle size limits, load time thresholds, Lighthouse score gates, and resource count limits.

1k tokens
Performance Test Scenario Generator
by PramodDutta

Generate realistic performance test scenarios with load profiles, ramp-up patterns, think times, and acceptance criteria derived from production traffic analysis

8k tokens
PHPUnit Testing
by PramodDutta

Comprehensive PHP testing with PHPUnit covering assertions, data providers, mocking, test doubles, database testing, and HTTP testing for reliable PHP application development.

4k tokens
CD Pipeline Testing
by PramodDutta

Testing CI/CD pipeline configurations including build validation, deployment verification, rollback testing, and pipeline-as-code quality checks.

973 tokens
Advanced Playwright E2E Framework
by PramodDutta

Enterprise-grade Playwright test automation framework using 8-layer architecture with Page Object Model, Module Pattern, custom fixtures, API testing layer, structured logging, data generators, multi-browser support, Docker, CI/CD pipelines, and custom HTML reporting.

8k tokens
Playwright API Testing
by PramodDutta

API testing skill using Playwright's built-in APIRequestContext for RESTful service validation, authentication flows, and API contract verification.

4k tokens
Playwright E2E Testing
by PramodDutta

Comprehensive end-to-end testing skill using Playwright for web applications, covering page objects, selectors, assertions, waits, fixtures, and test organization.

4k tokens
Playwright Mobile Web Testing
by PramodDutta

Mobile web testing skill using Playwright device emulation covering responsive testing, touch interactions, viewport management, network throttling, geolocation testing, and mobile-specific UI patterns.

7k tokens
Playwright Network Testing
by PramodDutta

Network-level testing with Playwright including request interception, response mocking, network throttling, and HAR recording/replay.

995 tokens
Playwright test step & Reporting
by PramodDutta

Teaches the agent to structure tests with test.step, attach evidence and annotations via test.info, use soft assertions, and produce readable, debuggable Playwright HTML reports.

3k tokens
Playwright Visual AI Testing
by PramodDutta

AI-enhanced visual testing with Playwright combining screenshot comparison, visual AI engines, and intelligent diff analysis for catching visual regressions at scale.

9k tokens
Playwright Visual Testing
by PramodDutta

Visual regression testing with Playwright including screenshot comparison, pixel-diff thresholds, dynamic content masking, and cross-browser visual validation.

1k tokens
Postman API Testing
by PramodDutta

API testing skill using Postman and Newman, covering collections, environments, pre-request scripts, test scripts, and CI/CD integration with Newman.

3k tokens
Postman & Newman Automation
by PramodDutta

Automated API testing using Postman collections with Newman CLI for CI/CD integration, environment management, and test reporting.

980 tokens
PR Test Coverage Review
by PramodDutta

Review pull requests for test coverage like a senior SDET, map the diff to required test classes, spot untested branches and missing regression tests, judge test quality not just presence, and write actionable review comments.

2k tokens
PR Test Impact Analyzer
by PramodDutta

Analyze pull request code changes to determine which tests are affected, recommend test execution order, and identify missing test coverage for modified code paths

10k tokens
Production Smoke Suite
by PramodDutta

Build lightweight production smoke test suites that verify critical user paths, API health, and third-party integrations after every deployment.

9k tokens
Prompt Testing
by PramodDutta

Comprehensive prompt testing and LLM output evaluation skill covering hallucination detection, response quality scoring, regression testing for prompts, A/B testing, and building evaluation pipelines for AI-powered applications.

7k tokens
Property Based Testing
by PramodDutta

Property-based testing using hypothesis, fast-check, and QuickCheck to generate random test inputs and verify program invariants automatically.

1k tokens
Protractor Testing
by PramodDutta

Comprehensive Protractor end-to-end testing skill for Angular and AngularJS applications with Angular-specific locators, automatic waitForAngular synchronization, Page Object patterns, and migration guidance to modern frameworks.

4k tokens
Puppeteer Testing
by PramodDutta

Comprehensive Puppeteer browser automation and testing skill for headless Chrome scripting, web scraping, PDF generation, network interception, and end-to-end test workflows in JavaScript and TypeScript.

4k tokens
Progressive Web App Testing
by PramodDutta

PWA testing skill covering service worker validation, offline mode testing, cache strategy verification, web app manifest testing, push notification testing, install prompt testing, and background sync verification.

9k tokens
Pytest Best Practices
by PramodDutta

Opinionated pytest patterns for AI agents - conftest fixture scoping, parametrize, markers, pyproject config, coverage, xdist parallelism, mocking, and AAA-structured test naming.

3k tokens
Pytest Patterns
by PramodDutta

Python testing skill using pytest, covering fixtures, parametrize, markers, conftest, plugins, mocking, and advanced testing patterns.

4k tokens
Python Testing Patterns
by PramodDutta

Comprehensive Python testing best practices with pytest, covering unit testing, integration testing, mocking, fixtures, property-based testing, and test architecture.

5k tokens
Python Unittest
by PramodDutta

Comprehensive Python unittest skill covering TestCase patterns, assertion methods, mocking with unittest.mock, subtests, fixtures, and test organization for robust Python application testing.

4k tokens
QA Agent for Claude Code
by PramodDutta

Turn Claude Code into an autonomous QA agent — an explore, generate, run, heal, report loop that maps the app, writes tests for real user journeys, executes them, self-heals broken locators, and reports coverage. Build a QA agent skill for Claude Code.

1k tokens
Quality Gates CI
by PramodDutta

Teach agents to define and enforce CI quality gates for diff coverage, flaky tests, performance budgets, security thresholds, and regression health.

1k tokens
Message Queue Testing
by PramodDutta

Testing message queue implementations including RabbitMQ, SQS, and Kafka with delivery guarantees, ordering, dead letter queues, and consumer testing.

1k tokens
Race Condition Finder
by PramodDutta

Detect and diagnose race conditions in web applications through concurrent interaction testing, state mutation analysis, and timing-sensitive scenario reproduction.

8k tokens
RAG Regression Testing
by PramodDutta

Gate RAG pipelines in CI with versioned golden eval sets, per-metric thresholds, baseline drift detection, and a build that fails when retrieval or answer quality regresses.

3k tokens
Ruby on Rails Testing
by PramodDutta

Rails application testing with RSpec, FactoryBot, Capybara, system tests, request specs, model specs, and Rails-specific testing conventions.

971 tokens
React Testing Library
by PramodDutta

Component testing using React Testing Library with user-centric queries, accessibility-focused selectors, and integration testing patterns.

982 tokens
Real Time Collaboration Testing
by PramodDutta

Testing real-time collaborative features including conflict resolution, CRDT validation, cursor presence, and concurrent editing scenarios.

995 tokens
Redis Testing Patterns
by PramodDutta

Redis testing including cache behavior verification, pub/sub testing, transaction testing, cluster failover testing, and data expiration validation.

983 tokens
Regression Suite from Bug Reports
by PramodDutta

Convert bug reports and incident post-mortems into automated regression tests that prevent recurrence of previously discovered defects.

10k tokens
Regression Test Selection
by PramodDutta

Intelligent regression test selection using code change analysis, dependency graphs, and risk assessment to minimize test execution time.

1k tokens
Remix Testing
by PramodDutta

Testing patterns for Remix applications covering loader testing, action testing, route testing, form submission testing, and nested route integration testing.

13k tokens
Responsive Design Testing Automation
by PramodDutta

Automated responsive design testing across breakpoints, viewports, and devices with visual comparison and layout verification.

1k tokens
REST Assured API Testing
by PramodDutta

API testing skill using REST Assured for Java, covering request specifications, response validation, authentication, JSON schema validation, and serialization.

4k tokens
REST Assured API Automation Framework
by PramodDutta

Production-grade REST API automation framework with REST Assured, POJO serialization using GSON, PayloadManager pattern, E2E integration workflows with TestNG ITestContext, and Allure reporting.

9k tokens
Retry & Resilience Testing
by PramodDutta

Testing retry mechanisms, circuit breakers, bulkheads, and timeout patterns for building resilient distributed systems.

982 tokens
Risk Based Testing Strategy
by PramodDutta

Risk-based testing approach for prioritizing test efforts based on business impact, change frequency, complexity, and historical defect patterns.

1k tokens
Robot Framework Testing
by PramodDutta

Expert-level Robot Framework testing skill covering keyword-driven syntax, SeleniumLibrary, RequestsLibrary, custom Python keywords, data-driven testing, resource files, and parallel execution with Pabot.

4k tokens
RSpec Testing
by PramodDutta

Comprehensive Ruby testing with RSpec including describe/context/it blocks, matchers, let/before hooks, mocking with doubles, shared examples, and Rails integration.

5k tokens
Ruby Test::Unit
by PramodDutta

Classic xUnit-style Ruby testing with Test::Unit covering assertions, fixtures, test case organization, mocking patterns, and lifecycle hooks for reliable Ruby application testing.

3k tokens
Rust Testing Patterns
by PramodDutta

Rust testing with built-in test framework, integration tests, doc tests, property-based testing with proptest, and cargo test configuration.

965 tokens