Packs

12 packs
@auto-skiller
Qa Testing
Qa Testing from Auto-Skiller/plugboot.
3 skills · pack
curated
Testing & Quality
Testing, TDD, code review, linting and debugging.
25 skills · pack
@trailofbits
Testing Handbook Skills
Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)
15 skills · pack
@owl-listener
Prototyping Testing
Prototyping and testing skills: wireframe specs, usability heuristics, heuristic evaluations, accessibility audits, A/B test design, and benchmark analysis.
8 skills · pack
@adobe
App Builder
Development, customization, testing, and deployment skills for Adobe App Builder projects
6 skills · pack
@atc-net
Dotnet
C#/.NET development skills including refactoring, testing, async patterns, documentation, and NuGet management
7 skills · pack
@cjthompson
Python Development
Deep Python production guidance for testing, project tooling, concurrency, and type-system work.
6 skills · pack
@cjthompson
Typescript Development
Deep TypeScript production guidance for testing, tooling, modules, packaging, and type-system work.
6 skills · pack
@phuryn
Product Discovery
Product discovery skills for PMs: ideation, experiments, assumption testing, feature prioritization, and customer interview synthesis.
13 skills · pack
@owl-listener
Design Research
User research skills for designers: personas, empathy maps, journey maps, interview scripts, usability testing, and card sorting.
12 skills · pack
curated
Coauthor Technical Document
Install this pack to collaboratively write a technical spec or RFC with context gathering, iterative refinement, and reader testing.
3 skills · pack
@dotnet
Dotnet Test Migration
Skills and an orchestrator agent for migrating .NET test frameworks and platforms: MSTest and xUnit version upgrades, xUnit-to-MSTest conversion, and VSTest to Microsoft.Testing.Platform.
5 skills · pack

Results for “testing”

1,217 skills
guild-agents
qa-cycle
Runs a QA validation cycle followed by bugfix until all criteria pass clean, with automated verification and re-validation.
4
demerzels-lab
oban-designer
Design and implement Oban background job workers for Elixir, covering queue configuration, retries, uniqueness, cron scheduling, and testing.
10 · bundle
johnalbertini14-glitch
oban-designer
Design and implement Oban background job workers for Elixir, covering queue configuration, retries, uniqueness, cron scheduling, and testing.
1 · bundle
hoangnguyen0403
angular-testing
Write Angular component tests using TestBed, ComponentHarness, and HttpTestingController with proper signal input handling. Use when writing component tests, mocking HTTP calls, or testing signal inputs.
542 · bundle
kintsugi-programmer
webapp-testing
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.
0 · bundle
x3allamerican
drug-and-alcohol-testing
Use this skill when the user asks about commercial driver drug & alcohol testing under 49 CFR 382 + 40 — the six testing reasons (pre-employment, random, post-accident, reasonable suspicion, return-to-duty, follow-up), MRO process, SAP/return-to-duty process, post-accident triggers, random selection rates, what panels are tested, refusal definitions, or testing programs and consortiums. Cite specific 49 CFR 382 or 40 subsection.
1
tinh2
load-test
Generates and runs load tests for API endpoints using k6, Locust, or Artillery. Detects the API framework, creates realistic user behavior flows, executes ramp-up, sustained, spike, and stress profiles, and produces a bottleneck analysis with optimization recommendations.
13
affaan-m
nestjs-patterns
Provides production-grade NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and testing.
226k
affaan-m
kotlin-ktor-patterns
Provides Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.
226k
github
spring-boot-testing
Provides expert guidance for testing Spring Boot 4 applications with modern patterns, test slices, and best practices.
36.2k · bundle
trailofbits
constant-time-testing
Detect timing side channels in cryptographic code using formal, symbolic, dynamic, and statistical testing tools.
6k · bundle
composiohq
webapp-testing
Test and interact with local web applications using Playwright, including server lifecycle management, DOM inspection, and screenshot capture.
66.9k · bundle
ecnu-icalk
test-driven-development
Guides implementing features and bug fixes test-first, enforcing red-green-refactor with mandatory failure verification.
559 · bundle
leandrobenjaminl
sdd-init
Inicializa el ciclo SDD en un proyecto: detecta stack, testing y convenciones, y configura el backend de persistencia.
0
leandrobenjaminl
perf-engineer
Diagnose and eliminate performance bottlenecks across web, API, database, and code with load testing, profiling, and optimization techniques.
0
diegosouzapw
kind
Manage Kind (Kubernetes in Docker) clusters for local development and testing, including cluster creation, platform deployment, and E2E test workflows.
54 · bundle
cloudthinker-ai
managing-wing
Manages Wing applications by compiling, testing, simulating locally, and deploying to cloud targets, with resource inspection and console usage.
7
nivkazdan
mocha-test-setup
Guides through mocha test setup with step-by-step instructions, best practices, and production-ready configurations.
4
azusagasaku
golang-testing
Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。
0
claude-dev-suite
proptest
proptest — property-based testing for Rust (Hypothesis-style). Generates thousands of random inputs to find counterexamples to invariants, with shrinking to minimal failing case. Critical for crypto, parsers, state machines, and finance code where edge cases matter. Includes strategies (gen functions), regression tracking, and integration with cargo test. Alternative: quickcheck (simpler API, less powerful). USE WHEN: user mentions "proptest", "property-based test", "proptest!", "Strategy", "Arbitrary", "shrink", "quickcheck", "regression file", "fuzz-light", "proptest-derive" DO NOT USE FOR: Generic Rust unit tests - use `testing/rust-testing` DO NOT USE FOR: Fuzzing with mutator (cargo-fuzz, AFL) - use bitcoin/testing/fuzz DO NOT USE FOR: KMP property testing - use `testing/kotest` (has built-in property)
28
dotnet
mcp-csharp-test
Test C# MCP servers at unit and integration levels using xUnit, Moq, and the MCP client SDK.
4k · bundle
trailofbits
fuzzing-dictionary
Guides fuzzers with domain-specific tokens to reach deeper code paths in parsers, protocol handlers, and file format processors.
6k · bundle
leandrobenjaminl
go-testing
Escribe tests en Go con la biblioteca estándar: unitarios, table-driven, con mocks y cobertura, incluyendo modelos Bubbletea con teatest.
0
gabrielmoreira
unity-mcp-orchestrator
Operate the Unity Editor through MCP tools and resources, covering scene management, script editing, testing, and automation workflows.
17
mhassan0000
skill-creator
Guides users through creating, editing, and optimizing agent skills, including drafting, testing, evaluating, and improving skill descriptions for better triggering.
1 · bundle
galyarderlabs
release
Coordinate a full Galyarder Framework release across engineering verification, npm, GitHub, smoke testing, and announcement follow-up.
20
intelli-verse-x
ivx-cf-testing
Generate tests, design test strategies, and ensure code quality through testing. Use when writing tests, improving test coverage, designing test infrastructure, or evaluating test quality.
0 · bundle
sinhoneyy
playwright-pro
Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates, 3 agents, smart reporting.
11 · bundle
neekware
playwright-pro
Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates, 3 agents, smart reporting.
0 · bundle
phuryn
dummy-dataset
Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script).
22.6k
antigravity
implement
Implements work from a PRD or set of issues using TDD, typechecking, and regular testing, then reviews and commits the changes.
42.4k
owl-listener
a-b-test-design
Design rigorous A/B tests with clear hypotheses, controlled variants, appropriate metrics, and sample size calculations.
1.7k
sakamoto-family-smile
laravel-tdd
Guides test-driven development for Laravel apps using PHPUnit and Pest, covering factories, database testing, fakes, and coverage targets.
0
luokai0
curl-http
Provides curl commands for making HTTP requests, testing APIs, and transferring files, including authentication, headers, cookies, and response handling.
10 · bundle
samyakjhaveri
test-driven-development
Guides implementing features and bug fixes test-first, enforcing the red-green-refactor cycle with mandatory failure verification.
0 · bundle
chimeranext
mobile-testing
Automatiza pruebas de integración y debugging en Flutter usando servidores MCP, con inspección de widgets y gestión de dispositivos.
4 · bundle