category focus

Testing

Unit, integration, and e2e testing.

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

pytest-testing

Guide for writing pytest tests following this project's patterns including fixtures, mocking, and test organization.

janisto
janisto
testing-security
open
testing
2

component-tester

Write, run, and analyze component tests using Vitest and React Testing Library with coverage analysis and accessibility validation

deve1993
deve1993
testing-security
open
testing
2

script-bugfix

Debug and fix complex scripts by isolating side effects, extracting core logic into a controlled environment, validating behavior there, then reintegrating with minimal changes. Use this when scripts lack unit tests and are hard to reason about due to IO, environment, or orchestration complexity.

tizee
tizee
testing-security
open
testing
2

implement

Use when spec exists and is validated - generates implementation plan FROM spec, executes with TDD, and verifies spec compliance throughout

rhuss
rhuss
testing-security
open
testing
2

tdd

Use when implementing any feature or bugfix, before writing implementation code. Each Scenario in Specs becomes a test case following RED → GREEN → REFACTOR cycle.

HankLiu447
HankLiu447
testing-security
open
testing
2

test-by-playwright

指示された内容、または GitHub Pull Request で実装している内容に対して、 Playwright MCP, Playwright テストコードを生成および実行します。

tomoasleep
tomoasleep
testing-security
open
testing
2

api-testing

HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Covers REST APIs, GraphQL, request/response validation, authentication, and error handling. Use when user mentions API testing, Supertest, httpx, REST testing, endpoint testing, HTTP response validation, or testing API routes.

laurigates
laurigates
testing-security
open
testing
2

codegen-test

A skill for writing Go tests in a TDD workflow. Follow README/Issue requirements and existing test conventions, add a balanced set of table-driven cases across behavior/boundaries/branches, and produce maintainable tests without excessive mocking or coverage-chasing.

nihiyama
nihiyama
testing-security
open
testing
2

tdd-workflow

TDD(テスト駆動開発)で実装します。赤-緑-リファクタリングのサイクルに従って開発を進めます。

kitagry
kitagry
testing-security
open
testing
2

javascript-testing-patterns

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.

kinneyyan
kinneyyan
testing-security
open
testing
2

vitest-testing

Vitest test runner for JavaScript and TypeScript. Fast, modern alternative to Jest. Vite-native, ESM support, watch mode, UI mode, coverage, mocking, snapshot testing. Use when setting up tests for Vite projects, migrating from Jest, or needing fast test execution.

laurigates
laurigates
testing-security
open
testing
2

php-testing

PHP testing mastery - PHPUnit 11, Pest 3, TDD, mocking, and CI/CD integration

pluginagentmarketplace
pluginagentmarketplace
testing-security
open
testing
2

testing-methodology

Use when writing tests, verifying functionality, QA, test scenarios, user testing, or browser automation tests

carmentacollective
carmentacollective
testing-security
open
testing
2

test-analyzer

Analyze test failures from CTRF reports using jq for deterministic parsing

lefant
lefant
testing-security
open
testing
2

tdd

Test-Driven Development methodology for writing tests before code. Use when developing new features, fixing bugs with test cases, or ensuring high code quality through test-first approach.

All-The-Vibes
All-The-Vibes
testing-security
open
testing
2

mock-strategy-guide

Guides users on creating mock implementations for testing with traits, providing test doubles, and avoiding tight coupling to test infrastructure. Activates when users need to test code with external dependencies.

EmilLindfors
EmilLindfors
testing-security
open
testing
2

playwright-testing

Playwright end-to-end testing for web applications. Cross-browser testing (Chromium, Firefox, WebKit), visual regression, API testing, mobile emulation. Use when writing E2E tests, testing across browsers, or setting up automated UI testing workflows.

laurigates
laurigates
testing-security
open
testing
2

bdd-mathematical-verification

BDD-Driven Mathematical Content Verification Skill Combines Behavior-Driven Development with mathematical formula extraction, verification, and transformation using: - Cucumber/Gherkin for specification - RSpec for implementation verification - mathpix-gem for LaTeX/mathematical content extraction - Pattern matching on syntax trees for formula validation Enables iterative discovery and verification of mathematical properties through executable specifications.

plurigrid
plurigrid
testing-security
open
testing
2

hypothesis-testing

Property-based testing with Hypothesis for discovering edge cases and validating invariants. Use when implementing comprehensive test coverage, testing complex logic with many inputs, or validating mathematical properties and invariants across input domains. Triggered by: hypothesis, property-based testing, @given, strategies, generative testing.

laurigates
laurigates
testing-security
open
testing
2

test-cases

Generate detailed executable test cases from specifications. Use when creating detailed test cases, expanding test specs, or generating TC-IDs. Triggers on keywords like "test cases", "generate tests", "detailed tests", "TC-", "executable tests".

duc01226
duc01226
testing-security
open
testing
2

testing-patterns

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

whodaniel
whodaniel
testing-security
open
testing
2

tdd-workflow

Test-Driven Development guidance. Use during feature-dev Phase 5 (Implementation) or any code implementation. Ensures tests are written BEFORE implementation code, following Red-Green-Refactor cycle.

mkaczkowski
mkaczkowski
testing-security
open
testing
2

testing-standards

Write comprehensive tests following TDD and best practices. Use when generating unit tests, integration tests, or end-to-end tests for any code

michelabboud
michelabboud
testing-security
open
testing
2

test-driven-development

Write failing test first, then minimal code to pass. Red-Green-Refactor cycle. Use when: implementing features, fixing bugs, refactoring code. Triggers: "implement", "add feature", "fix bug", "tdd", "test first", "write tests", "test-driven".

timequity
timequity
testing-security
open
Previous
Page 102 / 173
Next