Testing

18,481 mods in this category, of every kind an agent can take. Each one carries what it costs per session, what the scan found, and whether it is the original.

spec-flow

1250

IgnacioMarin402/spec-flow-plugin

Plugin Claude Code

Bundles 2 skills, 3 commands, 5 agents, 4 hooks · 532 tokens together

Ships a feature only when a test that actually ran proves every requirement in its spec. Free-text requirement -> spec (you sign it off) -> plan -> review -> implement per milestone, gated by a lint/test/spec-trace loop that runs outside the model. For Node projects; your repo declares its test and lint commands in…

not rated 2 4d ago A tokens not measured original MIT

senior-qa

1251

yusufalikync/ccs

Agent Claude Code needs its repo

Senior QA engineer for testing, finding bugs, and validating edge cases. Use proactively BEFORE committing code changes, or when debugging issues. Running QA before commit prevents review/fix cycles later.

not rated 2 5mo ago A 42 tokens original MIT

devloop

1252

KashZod/devloop

Plugin Claude Code

Bundles 2 skills, 3 agents · 363 tokens together

Spec, plan, implement, review: a test-driven development loop for AI coding agents. Three commands map to three gates, one per command (plus a convergence back-edge where /implement re-runs the plan gate): /spec (WHAT, spec validation), /plan (HOW, plan review), /implement (BUILD, conformance + adversarial red-team…

not rated 2 changed today A tokens not measured original Apache-2.0

aco

1253

tai2/aco

Plugin Claude Code

Bundles 1 skill · 111 tokens together

Drive a live Appium session from Claude Code with the aco CLI — start/stop sessions, find elements, tap, swipe, type, screenshot, read page source, switch web contexts, and call platform mobile: extensions on iOS simulators/emulators and real devices.

not rated 2 2mo ago A tokens not measured original MIT

pursr

1254

0xheycat/pursr

Skill Claude CodeCodex

Use Pursr for browser screenshots, scripted visual operation, visual regression, accessibility audits, DOM inspection, and MCP-driven browser sessions. Use when a user asks an agent to inspect a site, operate an existing browser session, fill or draft UI content, record a tutorial, compare visuals, debug layout, or…

not rated 2 1mo ago A 85 tokens original MIT

mcpnuke-development

1255

babywyrm/mcpnuke

Cursor rule Cursor

Core mcpnuke development standards and superpowers workflow integration.

not rated 2 4d ago A 1,059 tokens original MIT

debug-test-failure

1256

ArdurAI/ardur-agent

Skill Claude CodeCodex

Systematically diagnose a failing test instead of guessing at fixes.

not rated 2 2d ago A 17 tokens original Apache-2.0

falsegreen-skill

1257

vinicq/falsegreen-skill

Cursor rule Cursor

A semantic LLM skill for detecting false-positive tests — tests that are always green regardless of whether the code is correct.

not rated 2 2d ago A 6,942 tokens original MIT

verify

1258

buttjer/n8n-decanter

Skill Claude Code

Drive the real CLI (node n8n-decanter.mts ) as a subprocess against a throwaway mock n8n API — do not import lib/ modules directly.

not rated 2 today A 0 tokens original MIT

deep-reasoning

1260

desy-design/AG3NT

Skill Claude CodeCodex

Structured multi-step reasoning tool for complex problem solving with branching, hypothesis testing, and evidence tracking.

not rated 2 yesterday A 24 tokens copy · 100% MIT

redux-saga

1261

anivar/redux-saga-skill

Skill Claude Code

Redux-Saga best practices, patterns, and API guidance for building, testing, and debugging generator-based side-effect middleware in Redux applications. Covers effect creators, fork model, channels, testing with redux-saga-test-plan, concurrency, cancellation, and modern Redux Toolkit integration. Baseline: redux-saga…

not rated 2 1mo ago A 109 tokens original MIT

zod-testing

1262

anivar/zod-testing

Skill Claude Code

Testing patterns for Zod schemas using Jest and Vitest. Covers schema correctness testing, mock data generation, error assertion patterns, integration testing with API handlers and forms, snapshot testing with z.toJSONSchema(), and property-based testing. Baseline: zod ^4.0.0. Triggers on: test files for Zod schemas…

not rated 2 1mo ago A 105 tokens original MIT

redux-saga-testing

1263

anivar/redux-saga-testing

Skill Claude Code

Write tests for Redux Sagas using redux-saga-test-plan, runSaga, and manual generator testing. Covers expectSaga (integration), testSaga (unit), providers, partial matchers, reducer integration, error simulation, and cancellation testing. Works with Jest and Vitest. Triggers on: test files for sagas…

not rated 2 1mo ago A 104 tokens original MIT

qprobe

1265

questpie/probe

Skill Claude CodeCodex

QUESTPIE Probe — dev testing CLI for AI coding agents. Start servers, test APIs, control browsers via agent-browser, record and replay regression tests with zero tokens. Use when testing web apps, starting dev servers, reading logs, debugging errors, making API calls, checking browser console/network, or composing…

not rated 2 3mo ago A 68 tokens

tdd-pipeline

1266

shashankreddy509/claude-tdd-kit

Plugin Claude Code

Bundles 6 commands, 13 agents · 768 tokens together

Gated TDD build pipeline: /build plans a feature or bug fix and waits for click-approval; /implement runs the build-coordinator through test-writer → verify-red → implementer → test-runner → adversarially-verified code review → changelog (Critical findings hard-stop, post-review edits must re-pass review); /ship gates.

not rated 2 20d ago A tokens not measured original MIT

agent-ios

1267

squaduplabs/agent-ios

Skill Claude CodeCodex

Skill "agent-ios" from squaduplabs/agent-ios, covering agent-ios: drive the ios simulator, the loop, reading snapshots, sessions and apps and gestures and typing.

not rated 2 1mo ago A 141 tokens original MIT

golang

1268

bitwise-media-group/skills

Plugin Claude Code

Bundles 5 skills · 459 tokens together

Modern Go development — stdlib-first code style with cobra/viper CLIs, table-driven tests and native fuzzing, canonical project layout with pinned tooling, documentation conventions with LLM-ready CLI references, and GoReleaser-based release engineering.

not rated 2 today A tokens not measured original MIT

ship

1269

jlamoreaux/SKILLS

Skill Claude Code

Full feature development lifecycle — PRD, critical review, task breakdown, implementation, and quality gates. Use when the user provides a feature description and wants to go all the way from idea to working, reviewed, tested code.

not rated 2 3mo ago A 47 tokens

web-app-test

1270

Mencius2023/skills

Skill Claude CodeCodex

An automated testing setup for web applications that uses Playwright to control a real browser and checks complete user journeys with the live backend.

not rated 2 2mo ago A 257 tokens

stone-giant

1271

stonegiantstudio/skills

Plugin Claude Code

Bundles 36 skills · 2,486 tokens together

Production-tested skills from Stone Giant Studio — artifact scoring, shutdown rituals, npm evaluation and security, CI/CD speedups, React Router v7, JavaScript/TypeScript, PostgreSQL/SQL Server/Drizzle/Kysely databases, testing, UI design, auth, AWS serverless, PDF generation, technical and marketing writing, product…

not rated 2 8d ago A tokens not measured original Apache-2.0

test-generator

1272

mehdiozdemir/awesome-agent-skills

Skill Claude CodeCodex needs its repo

Generates comprehensive test suites for code including unit tests, integration tests, and end-to-end tests. Use when creating tests for functions, classes, APIs, or entire modules, covering edge cases, error conditions, and ensuring high code coverage.

not rated 2 7mo ago A 51 tokens original MIT

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: