frontend-testing

130.9k
langgeniuslanggenius

Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.

191 days ago

javascript-testing-patterns

29.9k
wshobsonwshobson

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

190 days ago

temporal-python-testing

29.9k
wshobsonwshobson

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

190 days ago

web3-testing

29.9k
wshobsonwshobson

Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.

190 days ago

testing-patterns

21.8k
davila7davila7

Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.

190 days ago

web3-testing

18.0k
sickn33sickn33

Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.

190 days ago

javascript-testing-patterns

18.0k
sickn33sickn33

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

190 days ago

temporal-python-testing

18.0k
sickn33sickn33

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

190 days ago

unit-testing-test-generate

18.0k
sickn33sickn33

Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.

191 days ago

G2 Unit Testing Skills

12.5k
antvisantvis

Guidelines and best practices for writing unit tests in the G2 visualization library, covering directory structure, testing patterns, and implementation guidelines. Use when need to generate test.

190 days ago

testing-guide

6.4k
fullstackherofullstackhero

Write unit tests, integration tests, and architecture tests for FSH features. Use when adding tests or understanding the testing strategy.

190 days ago

testing-patterns

5.5k
vudovnvudovn

Testing patterns and principles. Unit, integration, mocking strategies.

190 days ago

vitest

3.8k
antfuantfu

Vitest is a fast unit testing framework powered by Vite with a Jest-compatible API. Use it when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

190 days ago

test

3.6k
parcadeiparcadei

Comprehensive testing workflow - unit tests ∥ integration tests → E2E tests

190 days ago

unit-testing

2.5k
TencentBlueKingTencentBlueKing

Unit testing writing guide, covering JUnit5/MockK usage, testing naming conventions, mocking techniques, testing coverage requirements, and TDD practices. This is used when users write unit tests, mock dependencies, improve testing coverage, or engage in test-driven development.

190 days ago

Frontend Testing

2.5k
exceptionlessexceptionless

Unit and component testing for the frontend with Vitest and Testing Library. Keywords: Vitest, @testing-library/svelte, component tests, vi.mock, render, screen, fireEvent, userEvent, test.ts, spec.ts, describe, it, AAA pattern

190 days ago

senior-qa

2.2k
alirezarezvanialirezarezvani

This skill should be used when the user asks to "generate tests", "write unit tests", "analyze test coverage", "scaffold E2E tests", "set up Playwright", "configure Jest", "implement testing patterns", or "improve test quality". Use for React/Next.js testing with Jest, React Testing Library, and Playwright.

190 days ago

testing

2.2k
bytebasebytebase

Run and troubleshoot tests for DBHub, including unit tests, integration tests with Testcontainers, and database-specific tests. Use when asked to run tests, fix test failures, debug integration tests, or troubleshoot Docker/database container issues.

190 days ago

frontend-testing

2.1k
YFGaiaYFGaia

Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on testing, spec files, coverage, Vitest, RTL, unit tests, integration tests, or write/review test requests.

190 days ago

rdc-react-testing

2.0k
reactivereactive

Test @data-client/react with renderDataHook - jest unit tests, fixtures, interceptors, mock responses, nock HTTP mocking, hook testing, component testing

190 days ago

web-testing

1.8k
mrgooniemrgoonie

Web testing with Playwright, Vitest, k6. E2E/unit/integration/load/security/visual/a11y testing. Use for test automation, flakiness, Core Web Vitals, mobile gestures, cross-browser.

191 days ago

test-master

1.8k
openclawopenclaw

Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.

191 days ago

generating-test-doubles

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Test Doubles GeneratorJeremylongshore Claude Code Plugins Plus Skills Test Doubles Generator

This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need to generate test doubles, mocks, stubs, spies, or fakes to isolate units of code during testing. Trigger this skill by requesting test double generation or using the `/gen-doubles` or `/gd` command.

190 days ago

testing-hashql

1.4k
hashintelhashintel

HashQL testing strategies including compiletest (UI tests), unit tests, and snapshot tests. Use when writing tests for HashQL code, using //~ annotations, running --bless, debugging test failures, or choosing the right testing approach.

190 days ago

designing-tests

1.3k
CloudAI-XCloudAI-X

Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked about unit tests, integration tests, or E2E testing.

190 days ago

dart-test

1.1k
dartsimdartsim

DART testing patterns - unit tests, integration tests, CI validation

190 days ago

vitest

929
sanity-iosanity-io

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

190 days ago

testing

914
cloudflarecloudflare

Use when writing or running tests for this project. Covers unit vs E2E test decisions, test file locations, mock patterns, and project-specific testing conventions. (project)

190 days ago

pest-testing

642
spatiespatie

Tests applications using the Pest 4 PHP framework. Activates when writing tests, creating unit or feature tests, adding assertions, testing Livewire components, browser testing, debugging test failures, working with datasets or mocking; or when the user mentions test, spec, TDD, expects, assertion, coverage, or needs to verify functionality works.

190 days ago

rails-testing

602
etewiahetewiah

Help with Rails testing including unit tests, integration tests, fixtures, and debugging test failures. Use when working on tests or debugging test issues.

190 days ago

temporal-python-testing

571
benchflow-aibenchflow-ai

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

191 days ago

testing

567
LedgerHQLedgerHQ

Write unit and integration tests for Ledger Wallet apps. Use for Jest tests (Desktop/Mobile), MSW handlers, or testing best practices.

191 days ago

axiom-ios-testing

535
Charleswiltgen Axiom Axiom Ios TestingCharleswiltgen Axiom Axiom Ios Testing

Use when writing ANY test, debugging flaky tests, making tests faster, or asking about Swift Testing vs XCTest. Covers unit tests, UI tests, fast tests without simulator, async testing, test architecture.

190 days ago

axiom-swift-testing

535
Charleswiltgen Axiom Axiom Swift TestingCharleswiltgen Axiom Axiom Swift Testing

Use when writing unit tests, adopting Swift Testing framework, making tests run faster without simulator, architecting code for testability, testing async code reliably, or migrating from XCTest - covers @Test/@Suite macros,

190 days ago

Frontend Responsive Design Standards

457
Am Will Codex Skills Frontend Responsive UiAm Will Codex Skills Frontend Responsive Ui

Build responsive, mobile-first layouts using fluid containers, flexible units, media queries, and touch-friendly design that works across all screen sizes. Use this skill when creating or modifying UI layouts, responsive grids, breakpoint styles, mobile navigation, or any interface that needs to adapt to different screen sizes. Apply when working with responsive CSS, media queries, viewport settings, flexbox/grid layouts, mobile-first styling, breakpoint definitions (mobile, tablet, desktop), touch target sizing, relative units (rem, em, %), image optimization for different screens, or testing layouts across multiple devices. Use for any task involving multi-device support, responsive design patterns, or adaptive layouts.

190 days ago

tests-developer

451
anyprotoanyproto

Smart router to testing patterns and practices. Use when writing unit tests, creating mocks, testing edge cases, or working with Swift Testing and XCTest frameworks.

190 days ago

angular-testing

449
analogjsanalogjs

Write unit and integration tests for Angular v20+ applications using Vitest or Jasmine with TestBed and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking dependencies, or setting up test infrastructure. Don't use for E2E testing with Cypress or Playwright, or for testing non-Angular JavaScript/TypeScript code.

190 days ago

akka-net-testing-patterns

445
AarononthewebAaronontheweb

Write unit and integration tests for Akka.NET actors using modern Akka.Hosting.TestKit patterns. Covers dependency injection, TestProbes, persistence testing, and actor interaction verification. Includes guidance on when to use traditional TestKit.

190 days ago

android-testing

384
new-silvermoonnew-silvermoon

Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.

191 days ago

qt-test-fixture-generator

376
a5c-aia5c-ai

Generate Qt Test fixtures with mock QObject signals and slots, data-driven tests, and GUI testing setup

qttestingunit-test+2
191 days ago

unity-ceedling-test

376
a5c-aia5c-ai

Embedded unit testing with the Unity framework and CMock

191 days ago

pytest Testing

376
a5c-aia5c-ai

Expert pytest framework for Python unit, integration, and functional testing

191 days ago

electron-mock-factory

376
a5c-aia5c-ai

Generate mocks for Electron APIs (ipcMain, ipcRenderer, dialog, etc.) for unit testing

electrontestingmocks+2
191 days ago

Jest Testing

376
a5c-aia5c-ai

Expert Jest testing framework for JavaScript/TypeScript unit and integration testing

190 days ago

testing

324
Zilliztech Knowhere TestingZilliztech Knowhere Testing

Use when running unit tests, debugging test failures, or adding new test cases using Catch2 framework

190 days ago

zero-script-qa

315
popup-studio-aipopup-studio-ai

Zero Script QA - Testing methodology without test scripts. Uses structured JSON logging and real-time Docker monitoring for verification. Use proactively when user needs to verify features through log analysis instead of test scripts. Triggers: zero script qa, log-based testing, docker logs, 제로 스크립트 QA, ゼロスクリプトQA, 零脚本QA, QA sin scripts, pruebas basadas en logs, registros de docker, QA sans script, tests basés sur les logs, journaux docker, skriptloses QA, log-basiertes Testen, Docker-Logs, QA senza script, test basati sui log, log docker Do NOT use for: unit testing, static analysis, or projects without Docker setup.

190 days ago

testing-strategies

296
ancolemanancoleman

Strategic guidance for choosing and implementing testing approaches across the test pyramid. Use when building comprehensive test suites that balance unit, integration, E2E, and contract testing for optimal speed and confidence. Covers multi-language patterns (TypeScript, Python, Go, Rust) and modern best practices including property-based testing, test data management, and CI/CD integration.

190 days ago

unit-test-generator

288
JackyST0JackyST0

Automatically generate unit tests based on source code, supporting multiple languages and testing frameworks.

191 days ago