category focus

Testing

Unit, integration, and e2e testing.

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

unit-test

Guide for writing unit tests with Vitest. Use when writing tests for service functions, pure logic, or webhook handlers. Covers TDD Red-Green-Refactor cycle, Arrange-Act-Assert pattern, anti-patterns, pure function testing, and mocking at boundaries.

wodsmith
wodsmith
testing-security
open
testing
0

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

ben-mad-jlp
ben-mad-jlp
testing-security
open
testing
0

create-use-case

Create a new business use case (Request + UseCase + Test) following TDD workflow. Use when user asks to implement new business logic, domain operations, or create commands/queries. Always follow Red-Green-Refactor cycle.

Dev-Int
Dev-Int
testing-security
open
testing
0

spec-writing-tests

Defines test scenarios using Given-When-Then format and maps tests to acceptance criteria. Use when writing technical specifications, defining unit and integration test requirements, or ensuring test coverage for acceptance criteria.

michaellperry
michaellperry
testing-security
open
testing
0

integration-test

Guide for writing integration tests with Vitest and Testing Library. Use when testing multi-component workflows, database interactions, React components with context providers, or full user flows. Covers the Testing Trophy philosophy (integration > unit), factory patterns for test data, MSW for network mocking, async testing patterns (waitFor, findBy), and custom render with providers. Use this for tests that cross multiple modules or layers of the application.

wodsmith
wodsmith
testing-security
open
testing
0

implementing-features

Implements new modules, agents, or features using TDD methodology. Used when adding any new functionality to the table2image multi-agent system. Follows six-phase workflow: context loading, test writing, implementation, verification, documentation, and protocol completion.

pheonix2006
pheonix2006
testing-security
open
testing
0

frontend-tdd

Frontend TDD Agent. React/Next.js 기반 TDD 테스트 작성 및 구현을 담당합니다. 테스트 먼저 작성 후 구현하는 Red-Green-Refactor 사이클을 따릅니다.

shaul1991
shaul1991
testing-security
open
testing
0

test-terrorist

Ruthlessly hunts testing gaps across ALL testing types. BDD-biased. Contract testing stickler.

Peleke
Peleke
testing-security
open
testing
0

vitest

Comprehensive Vitest testing framework guide with strong emphasis on Jest-to-Vitest migration. Covers automated migration using codemods, configuration setup, API differences, best practices, and troubleshooting. Use when migrating from Jest, setting up Vitest, writing tests, configuring test environments, or resolving migration issues. Primary focus is seamless Jest migration with minimal code changes.

el-feo
el-feo
testing-security
open
testing
0

qa-regression-scanner

Analyzes code diffs to identify affected endpoints and prioritize regression testing. Focuses QA effort on changed areas.

pcortes
pcortes
testing-security
open
testing
0

test-writing

TDD(テスト駆動開発)に基づいたテストコード作成スキル。Red-Green-Refactorサイクルを実践し、 t-wadaのベストプラクティスに従ってテストファーストで高品質なテストを作成します。 Backend(Go test)とFrontend(Jest)の両方に対応。

keito-isurugi
keito-isurugi
testing-security
open
testing
0

execution

Implements code according to an approved plan following TDD methodology. Use when implementing features, fixing bugs, or executing tasks from a PLAN.md.

rom-orlovich
rom-orlovich
testing-security
open
testing
0

coda

Enables Claude to create and manage documents with tables and automation in Coda via Playwright MCP

Andrejones92
Andrejones92
testing-security
open
testing
0

feature-walkthrough

Generate polished walkthrough videos from Playwright test suites. Runs thematically connected tests with video recording, creates title cards, slows footage for readability, and concatenates into a final demo video.

bryonjacob
bryonjacob
testing-security
open
testing
0

test-coverage-auditor

Verify test coverage and quality for new features. Ensures service functions have unit tests, tRPC procedures have integration tests, and critical paths are covered before deployment.

gregsuptown
gregsuptown
testing-security
open
testing
0

coverage-master

Test Coverage Analyst. Enforces testing standards and identifies gaps.

shvydak
shvydak
testing-security
open
testing
0

testing

Vitest + Storybook testing strategy with clear role separation. Reference for implementing unit tests and UI interaction tests.

Higashi-Kota
Higashi-Kota
testing-security
open
testing
0

playwright-testing

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

timbuchinger
timbuchinger
testing-security
open
testing
0

plan-validation

Validate planning documents before implementation begins. Checks ambiguity resolution, prerequisites, and testing methods. Use when: - Before starting implementation of a ticket - User says "validate plan", "check plan", "ready to implement?" - After completing 2-plan.md and 3-spec.md - Before TDD cycle begins

jayprimer
jayprimer
testing-security
open
testing
0

test-gen

Generate tests following Frontera test patterns. Use when user says "write tests", "add tests", "test this", "create unit tests", "generate tests", or asks to test a component/function/API.

deeksmith-cpu
deeksmith-cpu
testing-security
open
testing
0

pytest

Python testing with pytest framework. This skill should be used when user asks to write tests, create test files, run tests, fix failing tests, add test coverage, set up fixtures, mock dependencies, or do any testing-related work for Python code. Triggers on requests like "write tests for this", "add unit tests", "test this function", "fix the failing test", "run pytest", "set up test fixtures", or "mock this dependency".

shmlaiq
shmlaiq
testing-security
open
testing
0

testing

Automate test writing for AgentOS project with proper conventions. Applies layer-specific test patterns (Unit/E2E/Electron-E2E) based on code location and generates consistent test code following Given-When-Then structure.

kys0213
kys0213
testing-security
open
testing
0

ringdev-testing

Gate 3 of development cycle - ensures unit test coverage meets threshold (85%+) for all acceptance criteria using TDD methodology.

LerianStudio
LerianStudio
testing-security
open
Previous
Page 149 / 173
Next