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 825–1 872 of 3 546

page 39 of 74
QA Skill for Claude Code
by PramodDutta

The complete QA skill for Claude Code — turn Claude into an expert QA engineer that picks the right test type, writes reliable Playwright, Cypress, and pytest tests, eliminates flaky tests, enforces coverage, and wires up CI. Claude Code QA testing done right.

2k tokens
Codeception Testing
by PramodDutta

Expert-level Codeception testing skill for PHP applications. Covers acceptance, functional, and unit testing with the Actor pattern, BDD-style syntax, Page Objects, API testing, and database helpers.

4k tokens
Clerk Auth Testing
by PramodDutta

Testing patterns for Clerk authentication including sign-in flow testing, protected route testing, webhook verification, middleware testing, and organization-based access control

11k tokens
Compliance As Code Testing
by PramodDutta

Automated compliance testing using Open Policy Agent, Chef InSpec, and custom policy engines for security baseline validation.

994 tokens
Component Isolation Testing
by PramodDutta

Isolating and testing individual UI components with dependency mocking, state injection, and visual snapshot verification.

986 tokens
Configuration Testing
by PramodDutta

Testing application configurations including environment variable validation, feature flag combinations, config file parsing, and default value verification.

1k tokens
Concurrency Testing Patterns
by PramodDutta

Testing concurrent code including race condition detection, deadlock prevention, thread safety verification, and parallel execution correctness.

1k tokens
GraphQL Contract Testing
by PramodDutta

Contract testing for GraphQL APIs including schema breaking change detection, query compatibility testing, and federated schema validation.

983 tokens
Console Error Hunter
by PramodDutta

Systematically detect, capture, and categorize browser console errors, warnings, and unhandled exceptions during automated test execution

8k tokens
Contract Test Generator
by PramodDutta

Generate consumer-driven contract tests using Pact framework to verify API provider-consumer compatibility and prevent integration breaking changes

8k tokens
Contract First Testing
by PramodDutta

Contract-first testing approach using Pact, Spring Cloud Contract, or Dredd for ensuring API consumer-provider compatibility.

990 tokens
Contract Testing with Pact
by PramodDutta

Consumer-driven contract testing skill using Pact, covering consumer tests, provider verification, Pact Broker integration, and CI/CD workflows.

6k tokens
GitHub Copilot Testing Patterns
by PramodDutta

Effective patterns for using GitHub Copilot to generate, refactor, and maintain test code including prompt engineering for test generation, Copilot Chat for debugging, inline suggestions for assertions, and workspace context optimization.

6k tokens
Cron Job & Scheduled Task Testing
by PramodDutta

Testing scheduled tasks and cron jobs including execution timing, idempotency, failure recovery, overlap prevention, and timezone handling.

979 tokens
Cookie & Session Testing
by PramodDutta

Testing cookie and session management including secure flags, SameSite policy, session fixation, timeout behavior, and cross-domain cookie handling.

988 tokens
CORS Security Testing
by PramodDutta

Testing Cross-Origin Resource Sharing configurations for misconfigurations, overly permissive policies, and credential handling vulnerabilities.

980 tokens
CSP Security Testing
by PramodDutta

Content Security Policy testing and validation to prevent XSS attacks, data injection, and clickjacking through proper CSP header configuration.

965 tokens
Cursor Skill ( mdc) Authoring
by PramodDutta

Author effective Cursor rules in .cursor/rules/*.mdc - YAML frontmatter (description, globs, alwaysApply), the four rule types, scoped QA rules, subagents, and structure that actually steers the model.

3k tokens
Cross Browser Compatibility Testing
by PramodDutta

Automated cross-browser testing across Chrome, Firefox, Safari, and Edge with visual comparison, feature detection, and polyfill verification.

1k tokens
Cursor AI Testing Patterns
by PramodDutta

Effective test automation patterns with Cursor AI IDE including Composer for test suite generation, Cmd+K for inline test edits, Chat for test debugging, codebase-aware test generation, and rules configuration for testing conventions.

5k tokens
Cypress v14 Component Testing
by PramodDutta

Component testing patterns with Cypress v14 including React, Vue, and Angular component mounting, custom mount commands, interaction testing, visual snapshots, and integration with Vite and Webpack bundlers.

5k tokens
Cypress Component Testing
by PramodDutta

Component testing with Cypress including mount API, React/Vue/Angular component testing, stub patterns, and visual snapshot testing.

982 tokens
Cypress E2E Testing
by PramodDutta

End-to-end testing skill using Cypress for web applications, covering custom commands, network intercepts, fixtures, cy.session, and component testing patterns.

3k tokens
Data Integrity Testing
by PramodDutta

Verifying data integrity constraints, referential integrity, data type validation, and consistency checks across database operations.

1k tokens
Dark Mode Testing Patterns
by PramodDutta

Systematic dark mode testing covering color contrast, theme switching, persistence, media query respect, component-level theming, and image adaptation.

993 tokens
Data Pipeline Testing
by PramodDutta

Testing data pipelines including ETL validation, data quality checks, pipeline orchestration testing, and data lineage verification.

1k tokens
Debugging Strategies
by PramodDutta

Advanced debugging patterns for test failures covering root cause analysis, flakiness investigation, performance debugging, and systematic troubleshooting methodologies.

4k tokens
Database Performance Testing
by PramodDutta

Database performance testing including query optimization, index analysis, connection pooling, slow query detection, and N+1 query prevention.

996 tokens
Database Migration Testing
by PramodDutta

Testing database migration scripts for correctness, rollback safety, data integrity, and zero-downtime migration patterns.

988 tokens
DeepEval LLM Evaluation
by PramodDutta

Test LLM applications with DeepEval, pytest-style unit tests for LLM outputs using G-Eval, answer relevancy, faithfulness, hallucination and custom metrics, with CI quality gates and dataset-driven regression runs.

2k tokens
Desktop Application Testing
by PramodDutta

Testing desktop applications built with Electron, Tauri, or native frameworks including window management, IPC, tray icons, and auto-update testing.

990 tokens
Detox Mobile Testing
by PramodDutta

Gray-box end-to-end testing for React Native apps with Detox. Covers .detoxrc.js configuration, build and test commands, matchers, device.launchApp control, automatic synchronization, and macOS CI pipelines.

2k tokens
Distributed Tracing Testing
by PramodDutta

Testing distributed tracing implementations including context propagation, span correlation, baggage handling, and trace sampling verification.

1k tokens
Autonomous Agent Testing
by PramodDutta

Testing patterns for autonomous AI coding agents like Devin and SWE-Agent including task verification, output validation, sandboxed execution, regression testing for agent behavior, and safety guardrails for autonomous code generation.

5k tokens
DNS Testing Patterns
by PramodDutta

DNS configuration testing including record validation, DNSSEC verification, resolution timing, failover testing, and DNS-based service discovery.

964 tokens
Django Testing Patterns
by PramodDutta

Django application testing with TestCase, fixtures, factory_boy, model testing, view testing, middleware testing, and Django REST framework testing.

977 tokens
Docker Container Testing
by PramodDutta

Testing Docker containers and images including Dockerfile linting, container structure tests, security scanning, and multi-stage build validation.

983 tokens
Detox React Native Testing
by PramodDutta

End-to-end testing for React Native apps using Detox with gray-box testing, synchronization, device simulation, and CI integration.

976 tokens
NET Testing Patterns
by PramodDutta

.NET testing with xUnit, NUnit, MSTest, FluentAssertions, Moq, integration testing with WebApplicationFactory, and Entity Framework testing.

972 tokens
Elasticsearch Testing Patterns
by PramodDutta

Elasticsearch testing including index management, query validation, mapping verification, bulk operation testing, and search relevance scoring.

1k tokens
E2E Testing Skill for Claude Code
by PramodDutta

Make Claude Code write and maintain end-to-end tests like a senior SDET — Playwright and Cypress flows with stable locators, the Page Object Model, fixtures, reused auth state, network mocking, and flake-free CI. Claude Code E2E testing, done right.

2k tokens
E2E Testing Patterns
by PramodDutta

Comprehensive end-to-end testing methodologies and best practices covering architecture, test design, data management, flakiness prevention, and cross-browser strategies.

5k tokens
Email Testing Patterns
by PramodDutta

Email delivery testing including content verification, rendering across clients, spam score checking, link validation, and transactional email workflow testing.

985 tokens
Edge Computing Testing
by PramodDutta

Testing edge computing deployments including latency verification, edge function testing, CDN worker testing, and geo-distributed test execution.

984 tokens
End To End Database Testing
by PramodDutta

End-to-end database testing with test containers, data seeding, cleanup strategies, transaction isolation, and production data anonymization.

994 tokens
Ephemeral Environment Testing
by PramodDutta

Testing in ephemeral preview environments for pull requests including environment provisioning, data seeding, and automated teardown.

996 tokens
ESLint for Test Quality
by PramodDutta

Enforce test quality with ESLint - eslint-plugin-jest, eslint-plugin-playwright, and eslint-plugin-testing-library rules in flat config, blocking focused tests, missing assertions, and flaky waits via a CI lint gate.

2k tokens
Error Boundary Tester
by PramodDutta

Validate error boundary implementations in React and other frameworks ensuring graceful degradation, proper fallback UI rendering, and error recovery flows

9k tokens