Testing skills

16,564 tagged Testing, measured the same way as everything else here.

Browse within: ai-coding 98skills 68agentic-workflow 66javascript 56openai 51openclaw 50agentic-coding 45agent-orchestration 39agentic-framework 37android 36static-analysis 36hacktoberfest 34skill-scanner 33claude-code-plugin 32

RBT Manual Testing

313

anhtester/antigravity-testing-kit

Skill Claude CodeCodex

Skill sinh manual test cases với 2 modes — QUICK (sinh nhanh từ requirements) và FULL RBT (quy trình AI-RBT 6 bước có đánh giá rủi ro). Master skill cho mọi tác vụ manual test case.

not rated 132 1mo ago A 55 tokens original MIT

autoGenesis-run

314

microsoft/AutoGenesis

Skill Claude CodeCodex ✓ vendor

Execute Appium BDD test scenarios via appium-mcp-server with auto code generation. Use when user provides a scenario name and asks to run, execute, or generate test code for it. Triggers on phrases like "execute scenario X", "run appium test for scenario", "generate test code for scenario", "use autoGenesis-run…

not rated 131 +1 17d ago A 127 tokens

workflow

315

ambient-code/platform

Skill Claude CodeCodex

Perform any development work on the ambient-ui component. Full workflow instructions.

not rated 130 +1 today A 16 tokens original MIT

verify-lemon

316

z80dev/lemon

Skill Claude CodeCodex

Verify lemon features against a running (or disposable) instance using the cheapest sufficient tier: DIRECT (attach/RPC + control-plane WS + bus observation, no Telegram), FAKE TELEGRAM (hermetic transport via LemonChannels.Telegram.FakeAPI), or LIVE TELEGRAM (scripts/telegramdriver.py against the real bot). Use for…

not rated 129 today A 88 tokens original MIT

tdd-engine

317

lync-cyber/CataForge

Skill Claude CodeCodex

A TDD workflow engine that coordinates separate agents for the RED, GREEN, and REFACTOR stages. RED writes a failing test, GREEN implements the behaviour, and REFACTOR improves the code while keeping the tests passing.

not rated 128 1mo ago A 53 tokens original MIT

terminal-stress

318

sstraus/tuicommander

Skill Claude CodeCodex

Diagnose and reproduce TUICommander terminal truncation, duplicated history, missing output, Claude/Ink full-frame repaint pollution, slash-parser pressure, and false busy/idle reports. Use when a live tab looks corrupted, rows appear partial or duplicated, an agent is marked idle while working, or terminal integrity…

not rated 124 +2 yesterday A 74 tokens original Apache-2.0

OdradekAI/harness-engineering-guide

Skill Claude CodeCodex

Audit, design, and implement AI agent harnesses for any codebase. A harness is the constraints, feedback loops, and verification systems surrounding AI coding agents — improving it is the highest-leverage way to improve AI code quality. Three modes: Audit (scorecard), Implement (set up components), Design (full…

not rated 124 5mo ago A 182 tokens original Apache-2.0

endgame

320

microsoft/copilot-for-eclipse

Skill Claude CodeCodex ✓ vendor

Orchestrate endgame verification for a GitHub milestone issue. Fetches the issue, parses assigned tasks, delegates each task to a subagent that researches the linked PR/issue and writes a test plan, and saves every plan to com.microsoft.copilot.eclipse.swtbot.test/test-plans/ following the project's standard test-plan…

not rated 122 5d ago A 71 tokens original MIT

intent-driven-dev/intent-driven-template

Skill Claude CodeCodex

Use when creating or modifying acceptance tests, configuring cucumber-js or behave runners, writing or refactoring step definitions, linting executable Gherkin specs, choosing an acceptance stack, or implementing OpenSpec tasks that involve acceptance tests.

not rated 122 +1 12d ago A 51 tokens original MIT

verify

322

LegnaOS/LegnaCode-cli

Skill Claude CodeCodex

Verify that code changes work correctly by running tests and checks.

not rated 121 3mo ago A 0 tokens

test-mcp

323

tomaspavlin/rohlik-mcp

Skill Claude CodeCodex

Build and test MCP tools using direct API calls or MCP Inspector. Use when testing tool changes, verifying API responses, debugging MCP tools, or investigating what an API endpoint returns.

not rated 119 +1 5mo ago A 41 tokens original MIT

monitor-ci

324

ikkz/anki-eco

Skill Claude CodeCodex

Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI…

not rated 119 +1 16d ago A 97 tokens GPL-3.0

spences10/my-pi

Skill Claude CodeCodex

Use when verifying that published Pi packages install and load for normal users, including pi.dev package compatibility checks, release validation, Daytona sandbox tests, and package installability audits.

not rated 118 today A 40 tokens original MIT

tui-explorer

326

pproenca/agent-tui

Skill Claude CodeCodex

Discover and replay terminal UI paths using agent-tui. Use when you need to launch a TUI app, explore navigation with bounded BFS, generate markdown acceptance tests, and verify those tests repeatedly. Do not use for web or desktop GUI automation.

not rated 117 +3 today A 54 tokens original MIT

eval-debate

327

YIKUAIBANZI/forge-skill

Skill Claude CodeCodex

A Chinese-language test procedure for evaluating debates between simulated versions of the same person. It uses a persona and three decision scenarios, then produces a scored quality report.

not rated 114 5mo ago A 49 tokens original MIT

e2e-cli-test

328

heygen-com/heygen-cli

Skill Claude CodeCodex

End-to-end test of the heygen CLI against the live API. Builds the binary, then exercises auth, list, get, --human, schema, error handling, and the full create-poll-download-delete write path. Spends a small number of API credits per run. Use before cutting a stable release.

not rated 120 today A 71 tokens original Apache-2.0

svelte-testing

329

spences10/sveltest

Skill Claude CodeCodex

Fix and create Svelte 5 tests with vitest-browser-svelte and Playwright. Use when fixing broken tests, debugging failures, writing unit/SSR/e2e tests, or working with vitest/Playwright.

not rated 113 +1 yesterday A 49 tokens original MIT

local-platform-e2e

330

computesdk/benchmarks

Skill Claude CodeCodex

Stand up benchmarks-platform locally (Postgres + MinIO + ClickHouse in docker) and run a real @benchsdk/runner benchmark against it, with no cloud or provider credentials. Use when testing @benchsdk/client / @benchsdk/runner against the platform end to end, or when debugging benchmark reporting, worker planning…

not rated 113 +3 today A 82 tokens original MIT

nextjs-ssr

332

asmyshlyaev177/test-proxy-recorder

Skill Claude CodeCodex

Tag server-side fetches with the x-test-rcrd-id session header so SSR is recorded under the correct Playwright test session. Lead with registerProxyFetch (patch global fetch in the root layout, any runtime) and registerProxyAxios (per-axios-instance interceptor); createHeadersWithRecordingId is the patch-free per-call…

not rated 111 +5 today A 166 tokens original MIT

xuxh21/ui-regression-recorder-skill

Skill Claude CodeCodex

Use when the user says to initialize the current project for UI regression, record an operation, convert Playwright codegen recordings into stable tests, extract shared helpers, compose a new flow from existing capabilities, run a named UI operation, or execute UI regression from the current Chrome or Playwright MCP…

not rated 111 +1 3mo ago A 66 tokens

scoped-tests

334

coleam00/helpline

Skill Claude CodeCodex

Use after changing code, before claiming work is done — picks the correctly scoped pytest command instead of running the whole suite. Helps avoid the timeout-and-context-waste of full-suite runs on a one-service change.

not rated 111 3mo ago A 46 tokens

flake-triage

335

yschimke/compose-ai-tools

Skill Claude CodeCodex

Decide whether a preview the visual-diff bot flagged actually regressed or is simply nondeterministic, using a repeat-render oracle at a single commit. Use when a PR's preview diff reports a changed preview whose source the PR does not touch, or when a render, GIF or filmstrip is suspected of being unstable.

not rated 110 +1 today A 70 tokens original Apache-2.0

frontend-testing

336

mcncarl/ailu

Skill Claude CodeCodex

Plugin-provided frontend testing workflow.

not rated 111 +3 2d ago A 10 tokens AGPL-3.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: