category focus

Testing

Unit, integration, and e2e testing.

4139 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
testing
101

nestjs-testing

Unit and E2E testing strategies with Docker.

HoangNguyen0403
HoangNguyen0403
testing-security
open
testing
101

react-testing

Testing strategies with RTL and Jest/Vitest.

HoangNguyen0403
HoangNguyen0403
testing-security
open
testing
99

emacs-testing

Test changes in a dedicated Emacs session. Good for validating behavior and UI results.

jinnovation
jinnovation
testing-security
open
testing
96

flow-tdd

Enforces TDD Iron Law in flow-dev. NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST.

Dimon94
Dimon94
testing-security
open
testing
96

testing-anti-patterns

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

tilework-tech
tilework-tech
testing-security
open
testing
96

script-skill

Test skill with executable scripts for testing script execution feature

maxvaega
maxvaega
testing-security
open
testing
96

test-driven-development-tdd

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

tilework-tech
tilework-tech
testing-security
open
testing
95

svelte-testing

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.

spences10
spences10
testing-security
open
testing
93

playwright-automation

Automate browser testing, web scraping, and user workflow testing with Playwright across multiple browsers. Use when writing end-to-end tests for web applications, automating repetitive browser tasks, scraping data from websites, testing across Chrome/Firefox/Safari, taking screenshots for visual regression testing, testing authentication flows, filling and submitting forms programmatically, testing responsive designs across viewports, or any browser automation requiring reliable, cross-browser testing capabilities.

korallis
korallis
testing-security
open
testing
93

test-driven-development

Implement test-driven development (TDD) workflow using the red-green-refactor cycle. Use when writing new features, fixing bugs, or refactoring existing code. Always write the failing test first, then implement minimal code to pass, then refactor. Essential for ensuring code reliability, preventing regressions, improving design through testability requirements, documenting expected behavior through tests, enabling confident refactoring, and maintaining high code quality standards throughout the development process.

korallis
korallis
testing-security
open
testing
93

e2e-testing

Write comprehensive end-to-end tests that verify complete user workflows, integration between components, and system behavior from user perspective using Playwright, Cypress, or similar frameworks. Use when testing user flows, verifying feature integration, testing across real browsers, ensuring UI interactions work correctly, validating form submissions end-to-end, testing authentication flows, catching regressions, automating QA processes, testing API integrations, or building confidence in production deployments.

korallis
korallis
testing-security
open
testing
91

lading-optimize-validate

Validates discovered bugs with reproducing tests and validates fixes with regression tests. Called by other skills when bugs are found during optimization hunting. Creates property tests (proptest) and Kani proofs when feasible.

DataDog
DataDog
testing-security
open
testing
90

testing-strategy-builder

Use this skill when creating comprehensive testing strategies for applications. Provides test planning templates, coverage targets, test case structures, and guidance for unit, integration, E2E, and performance testing. Ensures robust quality assurance across the development lifecycle.

aiskillstore
aiskillstore
testing-security
open
testing
90

happyflow-generator

Automatically generate and execute Python test scripts from OpenAPI specifications and GraphQL schemas with enhanced features

aiskillstore
aiskillstore
testing-security
open
testing
90

rn-testing

Testing patterns for React Native with Jest and React Native Testing Library. Use when writing tests, mocking Expo modules, testing Zustand stores, or debugging test failures.

aiskillstore
aiskillstore
testing-security
open
testing
90

react-testing

Testing patterns for React with Jest and React Testing Library. Use when writing tests, mocking modules, testing Zustand stores, or debugging test failures in React web applications.

aiskillstore
aiskillstore
testing-security
open
testing
90

tdd-workflow

Test-Driven Development methodology for Node.js/TypeScript projects.

aiskillstore
aiskillstore
testing-security
open
testing
90

tdd-pytest

Python/pytest TDD specialist for test-driven development workflows. Use when writing tests, auditing test quality, running pytest, or generating test reports. Integrates with uv and pyproject.toml configuration.

aiskillstore
aiskillstore
testing-security
open
testing
90

testing

Automated test generation, review, and execution for pytest-based projects.

aiskillstore
aiskillstore
testing-security
open
testing
90

scenario-testing

This skill should be used when writing tests, validating features, or needing to verify code works. Triggers on "write tests", "add test coverage", "validate feature", "integration test", "end-to-end", "e2e test", "mock", "unit test". Enforces scenario-driven testing with real dependencies in .scratch/ directory.

aiskillstore
aiskillstore
testing-security
open
testing
90

self-test

Pattern for testing your own code during implementation. Ensures quality before declaring complete.

aiskillstore
aiskillstore
testing-security
open
testing
90

implementing-with-tdd

Use when implementing bug fixes, features, or any code changes where test-first development is appropriate.

aiskillstore
aiskillstore
testing-security
open
Previous
Page 56 / 173
Next