Agent Skills·Use case ·Test generation
Use case · 4,091 skills

Agent skills for test generation

Skills that write tests for you — unit, integration, edge cases — in your project's framework and conventions. Drop the SKILL.md into any compatible agent.

Browse all 4,091 Test generation skills →

Testing
quality-playbook
Explore any codebase from scratch and generate six quality artifacts: a quality constitution (QUALITY.md), spec-traced functional tests, a code review protocol with regression test…
claude-codecodexcursorgemini-cliqualitytestingcode-review
Testing
write-lookahead-test
Generate rigorous look-ahead bias tests for any module that touches market data, features, or signals. Use this skill whenever the user adds or modifies code in data/feature_engine…
claude-codecodexcursorgemini-clitestinglookahead-biasmarket-data
Testing
react18-enzyme-to-rtl
Provides exact Enzyme → React Testing Library migration patterns for React 18 upgrades. Use this skill whenever Enzyme tests need to be rewritten - shallow, mount, wrapper.find(), …
claude-codecodexcursorgemini-clireacttesting-libraryenzyme
Testing
moviemonk-ai
Full build and safety test workflow for MovieMonk UX/Component changes. Validates that UI modifications maintain type safety, component consistency, responsive behavior, and test c…
claude-codecodexcursorgemini-climovieuxlinting
Testing
dual-agent-harness
Build or run a soulbis ⚔️ ⊥ soulbae 🧙 dual-agent harness — a proposer and a prover held apart by a Fiat-Shamir Gap, so no result survives that the proposer could have tuned to. Use…
claude-codecodexcursorgemini-clidual-agentfiat-shamirproposer
Testing
qa
QA-test a website or web app and return a 1-5 quality score (5 = flawless, 1 = broken) with evidence. Use when the user wants to test, QA, evaluate, score, or "check how good" a si…
claude-codecodexcursorgemini-cliqatestingbrowser
Engineering
minor-defect-fix
Handles Jira minor-defect tickets end-to-end: analyzes the issue, patches the code, expands tests to 80% coverage, syncs specs in the separate repo, logs progress in Jira, and prep…
claude-codecodexcursorgemini-clitool:jirajiracode-review
Testing
flake-axis-bisection
Isolates the trigger behind a known-flaky test by varying one axis at a time—order, isolation, workers, viewport, latency, repetition—while tracking pass/fail counts and checking w…
claude-codecodexcursorgemini-cliflaky-testsbisectionconfidence
Testing
test-playwright
Drive a live localhost app through browser automation like a real user, exercising every page, flow, and component touched in the session. Hunt for issues across UI, backend, and D…
claude-codecodexcursorgemini-clicloud:supabaseplaywrighte2e
Testing
qa-pr
Runs an agent-driven QA pass on a PR preview URL using the kmikeym v0.01m SOP: cold sign-up, first prompt, in-app exploration, edit/theme change, publish, live URL test, and remix.…
claude-codecodexcursorgemini-cliai:agenttype:reviewqa
Engineering
spec-driven-sprint
Drives a resumable, spec-driven sprint from a GitHub issue with anti-skip enforcement. Researches the fix surface, materializes a self-contained HTML spec with work cards and resum…
claude-codecodexcursorgemini-clisprinttddworktree
Testing
case
Import a TypR bug into cases/ and drive it from repro to fix. Use when the user hits a bug in a TypR project and wants it turned into a reproducible case (from a `typr case snapsho…
claude-codecodexcursorgemini-clibugreprotypr
Testing
block-testing
Automated testing guidance for custom AEM Edge Delivery Services blocks. Analyzes block JavaScript and CSS for common issues including missing null checks, unscoped CSS selectors, …
claude-codecodexcursorgemini-clilang:javascriptaemblocks
AI / ML
forge-evals
Design evaluations for LLM features including golden datasets, rubric scoring, LLM-as-judge calibration, CI regression detection, online A/B tests, cost and latency budgets, and ad…
claude-codecodexcursorgemini-cliai:llmllmevaluation
Testing
qa-agent
Autonomous QA agent using playwright-cli. Reads the codebase, explores a running local app, attempts to reproduce a bug described in plain language, then creates a structured GitHu…
claude-codecodexcursorgemini-cliplaywrightqabug-reproduction
Testing
sap-sac-test-automation
Designs capability-gated browser discovery and deterministic Playwright test suites for SAP Analytics Cloud stories, dashboards, planning workflows, comments, permissions, and visu…
claude-codecodexcursorgemini-cliai:agentcloud:verceltype:integration
Testing
test-convert
Gera testes robustos e comportamentais para o Convert (React + Redux + Axios) seguindo BDD e as diretrizes do knowledge base. Analisa componentes, serviços, validações e cálculos e…
claude-codereactreduxaxios
Testing
loop-evals
Designs the evaluation harness for agent loops, establishing trustworthy verification through a 7-layer suite with false-completion-rate and repair-productivity as core metrics. En…
claude-codecodexcursorgemini-cliai:agentloopsevaluation
Testing
playwright-e2e-builder
Plans and builds comprehensive Playwright E2E test suites using Page Object Model, authentication state persistence, custom fixtures, visual regression, and CI integration. Conduct…
claude-codecodexcursorgemini-clitype:integrationplaywrighte2e
Testing
forge-qa-warfare-v2
Delivers exhaustive actor-based QA coverage for FitnessMealPlanner across all roles, endpoints, states, inputs, and assertions. Executes a 9-phase pipeline integrating six speciali…
claude-codecodexcursorgemini-cliqafitnessmealplanneractor-based
Testing
chaos-tdd-fault-injection
Design deterministic fault-injection tests that declare guarded behavior first, then implement minimal guards at protocol seams for LLM and external I/O failures. Use to harden pip…
claude-codecodexcursorgemini-clitestingfault-injectionchaos-engineering
Testing
playwright-e2e-execution-run
Executes an existing Playwright end-to-end suite against a confirmed non-production target and returns a structured run report including pass/fail counts, flaky tests, durations, a…
claude-codecodexcursorgemini-clitype:reviewplaywrighte2e
Security
test-red-team
Red-teams any web, React Native, or hybrid app by driving browser automation, Android WebView, or native device interaction against a feature coverage matrix. Attacks UI, data flow…
claude-codecodexcursorgemini-clicloud:supabasered-teamsecurity
Testing
shape-test-plan
Orchestrates stateful phased test rollouts for existing products by writing a durable plan at context/foundation/test-plan.md then sequencing through research, planning, and implem…
claude-codecodexcursorgemini-clitest-planphasedrollout
Testing
schoolos-migration-guard
Checks Django 5.2 + PostgreSQL 16 migrations for unsafe operations on live data: exclusive locks, data loss, backward-incompatible changes, NOT NULL without defaults, irreversible …
claude-codecodexcursorgemini-clilang:pythondjangopostgresql
Testing
unit-test-bean-validation
Provides patterns for unit testing Jakarta Bean Validation (JSR-380) constraints including @Valid, @NotNull, @Min, @Max, and @Email with Hibernate Validator. Generates custom valid…
claude-codecodexcursorgemini-clijavajunitjakarta-validation
Engineering
muse-dev-patterns
Guides engineering discipline for triaging gate failures, probing live paths, validating tests, calibrating thresholds from measurement, and landing slices with proper writeback. A…
claude-codecodexcursorgemini-clitestingvalidationengineering
Testing
pev-test-design
Analyzes Acceptance Criteria using six classical QA techniques: equivalence partitioning, boundary value analysis, decision tables, state transitions, error guessing, and checklist…
claude-codecodexcursorgemini-cliqatest-designacceptance-criteria
Testing
designing-distributed-system-tests
Designs claim-driven test plans for distributed or stateful systems involving persistence, replication, consensus, or partial failure. Investigates product guarantees then creates …
claude-codecodexcursorgemini-clidistributedtestingfault-injection
Testing
qa-testing-routing
Routes QA and testing tasks across visual QA, certification, performance, API, accessibility, tools, and workflow optimization. Handles evidence-based bug reporting with screenshot…
claude-codecodexcursorgemini-clitype:auditvisual-qaperformance
Testing
qa-tester
Ensures 100% scenario coverage for any project feature. Builds a mandatory scenario matrix before writing tests, covering success paths, errors, missing fields, partial combination…
claude-codecodexcursorgemini-clivitesttesting-libraryscenario-matrix
Testing
grpc-mock
Provides in-memory gRPC server mocking for client tests across languages: Go bufconn + mockgen, Python pytest-grpc with stub patching, JVM in-process servers, and Node fake servers…
claude-codecodexcursorgemini-clilang:golang:pythongrpc
Testing
kafka-shadowtraffic-java
Generates a Java TestContainers test class that runs ShadowTraffic in-process to populate Kafka topics with synthetic data. Builds the ShadowTraffic config, adapts it for container…
claude-codecodexcursorgemini-clitype:generatorjavakafka
Testing
unit-test-service-layer
Provides patterns for unit testing service layers with Mockito. Creates isolated tests that mock repository calls, verify method invocations, test exception scenarios, and stub ext…
claude-codecodexcursorgemini-clijavamockitoservice-layer
Testing
qa-docs
Generates SIAE-compliant Master Test Plan (.docx) and Product Risk Analysis (.xlsx) via a 6-phase interactive workflow. Accepts scope from JIRA, chat or docs; analyzes requirements…
claude-codecodexcursorgemini-cliqatestingdocumentation
Testing
aoa-eval
Routes evaluation work by surfacing session readiness packets, checking local and central eval surfaces, then selecting apply, local intake, design, or mining paths while respectin…
claude-codecodexcursorgemini-clievalvalidationrouting
Testing
persona-test
Exploratory browser testing driven by user personas. Uses a Plan-Act-Reflect loop with screenshots to identify UX and functional issues, then outputs structured P0-P3 reports plus …
claude-codecodexcursorgemini-cliplaywrightuxpersonas
Testing
rspec-testing-pyramid
Provides RSpec testing guidance for Ruby on Rails following a pyramid strategy—model and request specs over system specs. Includes FactoryBot patterns, shared examples, VCR for HTT…
claude-codecodexcursorgemini-clilang:rubytype:reviewrspec
Testing
accessibility-test
Automated WCAG 2.1 AA accessibility testing with axe-core and Lighthouse CI. Auto-detects frameworks, discovers routes, installs Playwright for page scanning and jest-axe for compo…
claude-codecodexcursorgemini-clifw:flutterfw:sveltetype:scanner
Engineering
spdd
Guides creation of new systems, MVPs, or modules via six-step prompt-driven methodology: decompose requirements, analyze context, craft structured REASONS prompts, generate code, a…
claude-codecodexcursorgemini-clipromptsmvpmethodology
Testing
regle-advanced
Advanced Regle form validation: collection rules with $each, async/$pending handling, server/externalErrors, $reset options, global config via defineRegleConfig, discriminated unio…
claude-codecodexcursorgemini-clivalidationformsregle
Testing
midnight-verify:verify-wallet-sdk
Determines wallet SDK claim type and routes verification: pre-flight type checks, source investigation, or devnet E2E fallback. Handles @midnight-ntwrk/wallet-sdk claims, WalletFac…
claude-codecodexcursorgemini-clitype:integrationmidnightwallet
Testing
shape-tdd
Executes approved plans phase-by-phase using TDD (red→green→refactor) only on unimplemented phases. Reads plan.md and Progress, writes failing tests first, implements minimal passi…
claude-codecodexcursorgemini-clitddtestingred-green-refactor
Testing
visa-inspector
Defines acceptance criteria, prospective parity tests, and validation metrics to confirm implementation matches discovered specifications. Produces `acceptance_specs.md` and Gherki…
claude-codecodexcursorgemini-cliacceptance-testinggherkinvalidation
Security
false-positive-reduction
Runs a false-positive reduction cycle on playbook sets: extracts overlapping patterns, classifies real risks, adds match.none discriminators, and validates via review and test comm…
claude-codecodexcursorgemini-clitype:reviewsecurityfalse-positives
Testing
dos-witness-claim
Route subagent claims through a witness step that extracts verifiable effects (git commits, files, DB rows) and confirms them via independent read-back before folding. Driven by do…
claude-codecodexcursorgemini-clidoswitnessvalidation
Testing
robotcode
Integrates Robot Framework and RobotCode CLI for test automation and RPA projects. Resolves against local `robot.toml` and project config to handle `.robot`/`.resource` files, run …
claude-codecodexcursorgemini-clitype:integrationrobot-frameworkrpa
Testing
Capitalism
test('shows dashboard', async ({ page }) => { const player = makePlayer() const state = setupMockApi(page, { players: [player] }) state.currentUserId = player.id state.currentToken…
claude-codecodexcopilotcursorcopilot-instructionscross-agenttesting
Testing
Cci Vs Code Demo
If authentication is required, use an `onBefore.js` engine script: ```javascript // ai-logs/backstop/engine_scripts/onBefore.js module.exports = async (page, scenario, vp) => { awa…
claude-codecodexcopilotcursorcopilot-instructionscross-agentbackstop
Engineering
gen-code
Generates implementation and test code from L3-phase acceptance criteria using TDD, runs lint/test validation loops, and records verification traces including AC checks and status …
claude-codecodexcursorgemini-clitddcode-generationlint
Testing
product-flow-validation
Validates end-to-end product meaning across user flows after UI or interaction changes. Checks that entry copy, choices, runtime state, persistence, recovery, history, and return s…
claude-codecodexcursorgemini-clitype:reviewuxflows
Web
debug-browser
Debugs frontend, browser, runtime, build, hydration, routing, network, console, Playwright, visual regression, responsive, accessibility, and interaction issues in React/Next.js ap…
claude-codecodexcursorgemini-clitype:debugtype:integrationreact
Testing
phy-test-data-factory
Generates realistic test data factories from database schemas or models (Prisma, SQLAlchemy, Django, TypeORM, Zod, Pydantic, SQL DDL). Produces TypeScript Faker.js factories, Pytho…
claude-codecodexcursorgemini-clilang:pythonlang:typescripttype:generator
Testing
Schnechnen
Tests include: - `testConfig()`: Validates CONFIG structure - `testProblemGeneration()`: Verifies math problem constraints - `testHighscore()`: Tests localStorage highscore persist…
claude-codecodexcursorgemini-cliclinecross-agenttesting
Testing
accessibility-selenium-testing
Accessibility testing toolkit using Selenium WebDriver 4+ with Java 21+ and axe-core. Validates WCAG 2.1/2.2 compliance, scans pages for a11y violations, tests keyboard navigation,…
claude-codecodexcursorgemini-clitype:auditseleniumaccessibility
Testing
terminal--artillery
Performs load testing and performance testing using Artillery with YAML-based scenario definitions. Activates for mentions of Artillery, YAML load test, WebSocket testing, Socket.i…
claude-codecodexcursorgemini-clilang:javascriptartilleryload-testing
Testing
ai-sdlc-test-case-and-suite-synthesis
Generates detailed, executable test cases and full test suites—smoke, regression, UAT—mapped to requirements, roles, workflows, and risks. Supports fast assumption-driven mode or v…
claude-codecodexcursorgemini-clisdlctestingtest-cases
Design
design-ship
End-to-end design handoff to pull request: imports a handoff bundle, generates Storybook stories and Playwright tests, runs diff-aware browser verification, and opens a PR with bun…
claude-codecodexcursorgemini-clitype:reviewhandoffstorybook
Testing
VSQA
Executes QA loops for Survivors (project-VSLike): runs TQA bot simulations with numeric validation and FQA human fun assessment. Triggers on slash commands /vsfqa or /vstqa, or phr…
claude-codecodexcursorgemini-cliqasimulationgame
Testing
unit-test-utility-methods
Provides patterns for testing utility classes, static methods, and helper functions. Validates pure functions, null handling, edge cases, and boundary conditions. Generates asserti…
claude-codecodexcursorgemini-cliutilitiespure-functionsedge-cases

Showing the top 60 of 4,091. See the full list →