Testing

Unit tests, integration tests, test automation

Showing 25-48 of 5537 skills
OmniNode-ai

condition-based-waiting

by OmniNode-ai

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

Testing 2 3mo ago
iceleaf916

go-test-standards

by iceleaf916

Golang 单元测试规范与最佳实践指南

Testing 6 4mo ago
vivekgana

testing-patterns

by vivekgana

pytest fixtures and integration testing patterns for Spark applications, including DataFrame assertions and mock data generation.

Testing 4 5mo ago
ncdevshiv

ab-test-setup

by ncdevshiv

"Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness."

Testing 0 3mo ago
affaan-m

ai-first-engineering

by affaan-m

Engineering operating model for teams where AI agents generate a large share of implementation output.

API Dev 204.9K 3mo ago
openai

develop-web-game

by openai

"Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text."

Automation 21.3K 4mo ago
openai

test-tui

by openai

Guide for testing Codex TUI interactively

Debugging 88.3K 3mo ago
NousResearch

dogfood

by NousResearch

"Exploratory QA of web apps: find bugs, evidence, reports."

Debugging 179K 26d ago
anthropics

webapp-testing

by anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Automation 146K 6mo ago
sickn33

agent-evaluation

by sickn33

Testing and benchmarking LLM agents including behavioral testing,

Analytics 39.6K 1mo ago
Jeffallan

flutter-expert

by Jeffallan

Use when building cross-platform applications with Flutter 3+ and Dart. Invoke for widget development, Riverpod/Bloc state management, GoRouter navigation, platform-specific implementations, performance optimization.

Performance 9.6K 1mo ago
Jeffallan

dotnet-core-expert

by Jeffallan

Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

API Dev 9.6K 1mo ago
Jeffallan

php-pro

by Jeffallan

Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invokes strict typing, PHPStan level 9, async patterns with Swoole, and PSR standards. Creates controllers, configures middleware, generates migrations, writes PHPUnit/Pest tests, defines typed DTOs and value objects, sets up dependency injection, and scaffolds REST/GraphQL APIs. Use when working with Eloquent, Doctrine, Composer, Psalm, ReactPHP, or any PHP API development.

Code Gen 9.6K 1mo ago
Jeffallan

laravel-specialist

by Jeffallan

Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers, implementing Sanctum auth flows, building Livewire components, optimising Eloquent queries, or writing Pest/PHPUnit tests for Laravel features.

API Dev 9.6K 1mo ago
Jeffallan

python-pro

by Jeffallan

Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns, dataclasses, dependency injection, logging configuration, and structured error handling.

Code Gen 9.6K 1mo ago
Jeffallan

nestjs-expert

by Jeffallan

Creates and configures NestJS modules, controllers, services, DTOs, guards, and interceptors for enterprise-grade TypeScript backend applications. Use when building NestJS REST APIs or GraphQL services, implementing dependency injection, scaffolding modular architecture, adding JWT/Passport authentication, integrating TypeORM or Prisma, or working with .module.ts, .controller.ts, and .service.ts files. Invoke for guards, interceptors, pipes, validation, Swagger documentation, and unit/E2E testing in NestJS projects.

API Dev 9.6K 1mo ago
Jeffallan

rust-engineer

by Jeffallan

Writes, reviews, and debugs idiomatic Rust code with memory safety and zero-cost abstractions. Implements ownership patterns, manages lifetimes, designs trait hierarchies, builds async applications with tokio, and structures error handling with Result/Option. Use when building Rust applications, solving ownership or borrowing issues, designing trait-based APIs, implementing async/await concurrency, creating FFI bindings, or optimizing for performance and memory safety. Invoke for Rust, Cargo, ownership, borrowing, lifetimes, async Rust, tokio, zero-cost abstractions, memory safety, systems programming.

Code Gen 9.6K 1mo ago
microsoft

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Automation 11K 3mo ago
ComposioHQ

webapp-testing

by ComposioHQ

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Debugging 63.1K 7mo ago
openai

integration-tests

by openai

Run the integration-tests pipeline that depends on a local npm registry (Verdaccio). Use when asked to execute integration tests or local publish workflows in this repo.

Automation 3.2K 4mo ago
phuryn

brainstorm-experiments-existing

by phuryn

"Design experiments to test assumptions for an existing product — prototypes, A/B tests, spikes, and other low-effort validation methods. Use when validating assumptions, testing feature ideas cheaply, or planning product experiments."

Design 11.9K 3mo ago
openai

code-change-verification

by openai

Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents JS monorepo.

Automation 3.2K 4mo ago
openai

test-coverage-improver

by openai

'Improve test coverage in the OpenAI Agents JS monorepo: run pnpm test:coverage, inspect coverage artifacts, identify low-coverage files and branches, propose high-impact tests, and confirm with the user before writing tests.'

Code Review 3.2K 4mo ago
openai

examples-auto-run

by openai

Run examples:start-all in auto mode with parallel execution, per-script logs, and start/stop helpers.

Automation 3.2K 4mo ago