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 585–1 632 of 3 546

page 34 of 74
Testdriver:making Assertions
by testdriverai

Locate elements and verify app state with AI-powered assertions

854 tokens
Testdriver:quickstart
by testdriverai

Run your first computer-use test in minutes.

4k tokens
Testdriver:reusable Code
by testdriverai

Build maintainable test suites with reusable code patterns

2k tokens
Testdriver:running Tests
by testdriverai

Run TestDriver tests with Vitest test runner

1k tokens
Testdriver:secrets
by testdriverai

Securely manage passwords and sensitive data in your tests

896 tokens
Testdriver:test Results JSON
by testdriverai

Per-test JSON result files with metadata, versions, and infrastructure details

2k tokens
Testdriver:self Hosted
by testdriverai

Our enterprise solution with unlimited test execution, assisted setup, and dedicated support.

1k tokens
Testdriver:test Writer
by testdriverai

An expert at creating and refining automated tests using TestDriver.ai

4k tokens
Testdriver:testdriver Mechanic
by testdriverai

An expert at creating and refining automated tests using TestDriver.ai

1k tokens
Testdriver:variables
by testdriverai

Use dynamic data and secure secrets in your tests

936 tokens
Testdriver:testdriver
by testdriverai

An expert at creating and refining automated tests using TestDriver.ai

6k tokens
Testdriver:what Is Testdriver
by testdriverai

Reliably test your most difficult user flows

625 tokens
Testdriver:assert
by testdriverai

Make AI-powered assertions about screen state

2k tokens
Testdriver:caching
by testdriverai

1.7x faster test execution with intelligent caching and optimization

968 tokens
Testdriver:debugging With Screenshots
by testdriverai

View and analyze saved screenshots using MCP commands for test debugging and development

4k tokens
Testdriver:generating Tests
by testdriverai

Use AI coding agents and exploration mode to generate TestDriver tests

257 tokens
Testdriver:making Assertions
by testdriverai

Verify application state with AI-powered assertions

259 tokens
Testdriver:quickstart
by testdriverai

Run your first computer-use test in minutes.

1k tokens
E2e Testing
by billy-enrizky

| Test web applications end-to-end by simulating user interactions and verifying expected outcomes. QA a feature, check that a page works correctly, validate user journeys, or test a deployment.

2k tokens
API Load Tester
by OneWave-AI

Load tests API endpoints with progressive concurrency. Measures response times, error rates, throughput, and identifies breaking points. Generates a detailed report with latency percentiles, throughput curves, bottleneck analysis, and optimization recommendations.

4k tokens
Hypothesis Testing Engine
by OneWave-AI

Take any claim and design + execute a complete research protocol to test it. Apply scientific method automatically: design study, gather data, run analysis, provide verdict with confidence level.

491 tokens
Regex Visual Debugger
by OneWave-AI

Debug regex patterns with visual breakdowns, plain English explanations, test case generation, and flavor conversion. Use when user needs help with regular expressions or pattern matching.

1k tokens
Tech Due Diligence
by OneWave-AI

Technical due diligence for M&A, investment, or acquisition. Reads a target company's codebase and generates a comprehensive tech DD report with architecture assessment, tech debt quantification, scalability analysis, security posture, team capability inference, build system quality, test coverage, deployment maturity, and open source license risks. Outputs tech-dd-report.md formatted like a real investment memo with risk ratings, remediation costs, and go/no-go recommendation.

9k tokens
Test Coverage Improver
by OneWave-AI

Analyze test coverage gaps and generate tests to improve coverage. Use when improving test coverage, finding untested code, or writing missing tests.

1k tokens
Grace Plan
by osovv

Read an approved GRACE 4 GraceChangeSpec and optional design context, then create a GraceChangePlan with assertions, scopes, tasks, and verification gates.

1k tokens
Grace Fix
by osovv

Debug and fix issues in a GRACE 4 project using .grace semantic navigation, assertions, and verification evidence.

225 tokens
Grace Reviewer
by osovv

Review GRACE 4 integrity across .grace artifacts, active changes, scopes, assertions, code anchors, and verification evidence.

285 tokens
Grace Verification
by osovv

Design and maintain GRACE 4 verification entries, commands, scenarios, markers, and assertion evidence under .grace/verification.

469 tokens
Frontend Typescript Testing
by shinpr

Designs frontend tests using the repository's configured React test and browser harnesses, including RTL, MSW, Vitest, and Playwright when present. Use when adding or reviewing component, loading/error-state, integration, or frontend E2E tests.

3k tokens
Integration E2e Testing
by shinpr

Designs integration and E2E tests with mock boundaries and behavior verification rules. Use when writing E2E or integration tests.

6k tokens
Typescript Testing
by shinpr

Applies Vitest test design and quality standards. Provides coverage requirements and mock usage guides. Use when writing unit tests.

2k tokens
Integration E2e Testing
by shinpr

統合テストとE2Eテストを設計。モック境界と振る舞い検証ルールを適用。E2Eテスト、統合テスト作成時に使用。

7k tokens zh
Frontend Typescript Testing
by shinpr

リポジトリで設定済みのReactテスト・ブラウザハーネスを使用してフロントエンドテストを設計。RTL、MSW、Vitest、Playwrightが存在する場合に適用。コンポーネント、loading/error state、統合、フロントエンドE2Eテストの追加・レビュー時に使用。

4k tokens zh
Typescript Testing
by shinpr

Vitestテスト設計と品質基準を適用。カバレッジ要件とモック使用ガイドを提供。ユニットテスト作成時に使用。

3k tokens zh
Designing Distributed System Tests
by shenli

Use when designing a test plan for a distributed or stateful system — anything with persistence, replication, consensus, retries, idempotency, async messaging, multi-tenancy, or partial failure. Plans are claim-driven: investigate the product's claimed guarantees first, then design hypotheses and scenarios that try to falsify those claims under fault. Handles change-scoped plans (a commit / PR / feature) and project-wide plans (holistic, with existing-test inventory and gap analysis). Also use when asked to write a stability plan, fault matrix, release-validation plan, durability / partition / upgrade / crash-recovery / linearizability / deterministic-simulation plan, tenant isolation / authz / boundary plan, namespace isolation plan, fairness / noisy-neighbor plan, "what should we be testing", or "make a holistic test plan". Trigger even if the user just says "what should we test for this change", "are my tenants actually isolated", or "how do I test fairness across tenants / shards / queues".

28k tokens
Executing Distributed System Tests
by shenli

Use when running a previously designed distributed-systems test plan against a real or simulated cluster — driving fault injection, workload, chaos scenarios, linearizability / consistency runs, durability, partition, crash-recovery, upgrade, performance/SLO runs, tenant isolation runs, boundary or authz runs, fairness / noisy-neighbor runs, or release validation. Also use when asked to "execute the plan", "reproduce a distributed bug", "run stability tests", "drive chaos", "validate a release end-to-end", "run the tenant isolation tests", or when a plan file exists at docs/testing-plans/ or any caller-specified location and needs to be run. Discovers and reuses the SUT's test toolbox rather than reinventing, captures nemesis landing evidence per scenario, runs the green-but-broken and weak-oracle audits before any PASS, and for boundary or fairness scenarios with §7.M.S arms runs each surface arm with its own verdict under a downgrade rule so the aggregate cannot fold an untested surface into a pass.

17k tokens
Ab Testing
by lingxling

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this,"...

8k tokens
Ad Creative
by lingxling

Create, iterate, and scale paid ad creative for Google Ads, Meta, LinkedIn, TikTok, and similar platforms. Use when generating headlines, descriptions, primary text, or large sets of ad variations for testing and performance optimization.

13k tokens
Quinn
by lingxling

Proves the system works by writing and executing comprehensive test suites.

2k tokens
Android UI Journey Testing
by lingxling

XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.

2k tokens
Android UI Verification
by lingxling

Automated end-to-end UI testing and verification on an Android Emulator using ADB.

1k tokens scripts
Antigravity Workflows
by lingxling

Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA.

935 tokens
Appium Skill
by lingxling

Generates production-grade Appium mobile automation scripts for Android and iOS in Java, Python, or JavaScript. Supports real device and emulator testing locally and on TestMu AI cloud with 100+ real devices. Use when the user asks to automate mobile apps, test on Android/iOS, write...

3k tokens
Awt E2e Testing
by lingxling

AI-powered E2E web testing — eyes and hands for AI coding tools. Declarative YAML scenarios, Playwright execution, visual matching (OpenCV + OCR), platform auto-detection (Flutter/React/Vue), learning DB. Install: npx skills add ksgisang/awt-skill --skill awt -g

512 tokens
Bash Scripting
by lingxling

Bash scripting workflow for creating production-ready shell scripts with defensive patterns, error handling, and testing.

1k tokens
Bats Testing Patterns
by lingxling

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.

3k tokens
Brooks Test
by lingxling

Test quality review drawing on twelve classic engineering books — with primary focus on xUnit Test Patterns, The Art of Unit Testing, How Google Tests Software, and Working Effectively with Legacy Code — that diagnoses structural problems in an existing test suite: brittleness, mock...

2k tokens
Browser Testing With Devtools
by lingxling

Test browser apps with Chrome DevTools MCP by inspecting live DOM, console logs, network traffic, screenshots, accessibility, and performance traces.

4k tokens