writing-tests
TypeScript testing conventions and TDD practices. Use when writing tests, fixing bugs, or organizing test files.
TypeScript testing conventions and TDD practices. Use when writing tests, fixing bugs, or organizing test files.
Applies current Go testing best practices. Use when writing or modifying Go test files or advising on Go testing strategies.
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
Write production-grade React tests with Testing Library, MSW, and comprehensive coverage patterns
Test Spring Boot applications - MockMvc, TestContainers, test slices, integration testing
Run tests from skill examples and generate a report (project)
Use when testing Fusionaly features, checking for regressions, or verifying releases - supports OSS and Pro, install scripts, E2E tests, and feature testing
Claude writes comprehensive Python tests using pytest. Use when writing unit tests, creating fixtures, parametrizing tests, mocking dependencies, testing async code, or setting up CI test pipelines.
Generate comprehensive pytest test suites from PRD functional requirements with fixtures, parameterization, and coverage tracking. Use when creating tests for new plugins, validating PRD requirements, or scaffolding test infrastructure. Trigger with 'generate tests from PRD', 'create test suite', or 'scaffold pytest tests'.
F1-inspired software testing expert. Tests any software with championship-grade standards and writes detailed WJTTC reports. Use when testing code, finding bugs, validating functionality, performing edge case analysis, or creating test reports. Follows F1 philosophy - when brakes must work flawlessly, so must our code.
An agent that codes tasks in BDD-style. Automatically does not commit.
Ejecuta FASE 2 del Ciclo de Validación - Validación Visual y Funcional. Verifica 4 tipos de coherencia: matemática, imagen-texto, código, metadatos. Usa cuando renderizado pasa FASE 1 o necesites verificar sincronización. Detecta ERR_C1-C5 (coherencia) antes de diagnóstico en FASE 3.
Run Flutter tests and analyze results. Use when implementing game logic, fixing bugs, or validating changes. Triggers on "run tests", "test this", "verify", "check if it works".
Use dev-browser for browser automation on NixOS. Invoke when user asks to test UI, automate browser interactions, take screenshots, or verify web app behavior.
Run tests and create a git commit only if all tests pass. Enforces TDD discipline. Use when you need to run tests before committing code changes, or when following test-driven development workflow.
Go のテストコードを自動生成する。「テストを作って」「テスト追加」「〇〇のテストを書いて」「テストケース追加」「単体テスト作成」「テストコード生成」「テストを生成」などで起動。
API 接口测试工作流,使用 HTTPie 作为核心工具。当用户需要测试 API 接口、执行接口调用、生成测试报告、管理接口依赖关系、或在项目中建立标准化的接口测试流程时使用此 skill。适用于 RESTful API 测试、接口联调、回归测试等场景。
Comprehensive testing patterns for Go applications including table-driven tests, mocking interfaces, build tags, and CI integration.
Complete guide to testing Ruby on Rails applications with RSpec. Use this skill when writing unit tests, integration tests, system tests, or when setting up test infrastructure including factories, shared examples, and mocking strategies.
Run Umbraco backoffice with mocked APIs for visual extension testing