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
neuralblitz
browser-use
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, or extract information from web pages.
1
tangchunwu
laravel-tdd
Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.
1
modbender
aso
Optimize app store listings with keyword research, A/B testing, and conversion tactics for iOS and Android.
12
eli-yu-first
data-seeder-tool
Generates realistic seed data for development and testing with configurable volumes and relationships
6 · bundle
vimalinx
wgsim
Use when simulating paired-end short reads from a reference FASTA for testing, benchmarking, or pipeline validation
0 · bundle
lovits
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
0
mukul975
conducting-man-in-the-middle-attack-simulation
Simulates man-in-the-middle attacks using Ettercap, mitmproxy, and Bettercap in authorized environments to intercept, analyze, and modify network traffic for testing encryption enforcement, certificate validation, and detection capabilities.
24.6k · bundle
drnabeelkhan
dora-digital-operational-resilience-act
Applies the DORA framework to manage ICT risk and operational resilience for EU financial entities, covering governance, incident reporting, resilience testing, third-party risk, and threat intelligence sharing.
2
nivkazdan
gc-log-analyzer
Analyze gc log analyzer operations. Auto-activating skill for Performance Testing. Triggers on: gc log analyzer, gc log analyzer Part of the Performance Testing skill category. Use when analyzing or auditing gc log analyzer. Trigger with phrases like "gc log analyzer", "gc analyzer", "analyze gc log r".
4
kevinpbuckley
pie-testing
Start, stop, and query Play-In-Editor (PIE) sessions for runtime testing of Blueprints, gameplay logic, widgets, AI, and any in-game behavior. Use when the user asks you to "play", "test", "run", "PIE", "start/stop the game", or otherwise needs a live game world to validate changes.
605 · bundle
kensaurus
test-mutation
Set up and run mutation testing (StrykerJS / mutmut) to measure whether tests assert behavior, not just execute lines. Use when "add mutation testing", "are our tests real", "can our test suite be gamed", or after an agent bulk-generated tests. Coverage plan → plan-test-coverage. Writing tests → test-unit.
8
shulkwisec
api-testing-deep-dive
Complete PortSwigger deep-dive with exact payloads for every lab variant including zero-day techniques
21 · bundle
bobmatnyc
pytest
pytest - Python's most powerful testing framework with fixtures, parametrization, plugins, and framework integration for FastAPI, Django, Flask
71 · bundle
bobmatnyc
playwright
Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner
71 · bundle
landonschropp
testing-typescript
Use when writing tests for TypeScript or JavaScript code in frameworks such as Jest, Vitest, Bun, etc.
1 · bundle
yanacuti1121
browser-qa
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
2
modbender
cro-chief-revenue-officer
Optimize conversion rates with funnel analysis, A/B testing, statistical significance, and compliance-safe experiments.
12 · bundle
kk20300113-png
laravel-tdd
Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.
0
livelybug
browser-qa
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
0
anantha-236
laravel-tdd
Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.
1
eli-yu-first
thumbnail-designer
Designs click-worthy YouTube thumbnails with text overlay, color psychology, and A/B testing variants
6 · bundle
ssrjkk
jest
Writes unit and integration tests with Jest, including mocks, snapshots, and code coverage. Use for JavaScript/TypeScript testing.
2 · bundle
mukul975
testing-for-xss-vulnerabilities
Tests web applications for Cross-Site Scripting (XSS) vulnerabilities by injecting JavaScript payloads into reflected, stored, and DOM-based contexts to demonstrate client-side code execution, session hijacking, and user impersonation.
24.6k · bundle
somtougeh
unit-test-loop
This skill should be used when the user asks to "improve test coverage", "add unit tests", "TDD", "test this module", "write tests for", "increase coverage", "/ut command", or discusses unit testing strategies. Covers the unit test loop workflow, React Testing Library best practices, query priorities, and coverage improvement strategies.
2
beriberikix
testing-debugging
Testing and debugging for Zephyr RTOS. Covers the Ztest framework for unit and integration tests, the Twister test runner for automated HIL/SIM validation, and advanced tracing/debugging techniques (SystemView, Thread Analyzer, Stack analysis). Trigger when writing unit tests, setting up CI/CD pipelines, or analyzing system performance and latency.
60 · bundle
zhaoxuya520
reverse-skill-router
Routes reverse engineering, exploitation, penetration testing, malware, mobile, firmware, browser automation, documentation, and security tasks to the appropriate specialist skill. Use when a task spans modules or the correct reverse-skill entrypoint is unclear.
12.8k · bundle
somtougeh
e2e-test-loop
This skill should be used when the user asks for "browser tests", "playwright tests", "end-to-end testing", "test user flows", "E2E coverage", "integration tests for UI", "page object pattern", "/e2e command", or discusses automated browser testing. Covers the E2E test loop workflow, Playwright patterns, page objects, and selector strategies.
2 · bundle
bobmatnyc
axum
Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing
71 · bundle
mesteriis
ui-qa
Routes rendered UI testing, visual regression, browser QA, accessibility, responsive, performance, or frontend review to a leaf skill.
0
anantha-236
browser-qa
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.
1
promisingcoder
marketingclaw-qa-testing
Run, watch, debug, extend, or explain MarketingClaw qa-lab and qa-channel scenarios, artifacts, and live lanes.
0 · bundle
eli-yu-first
a-b-test-calculator
Designs A/B tests with sample size calculation, statistical significance testing, and result interpretation
6 · bundle
eli-yu-first
banner-ad-designer
Creates display advertising banners in multiple sizes with A/B testing variants and CTR optimization
6 · bundle
owl-listener
prototype-strategy
Choose the right prototyping fidelity and method for the design question.
1.7k
bobmatnyc
golang-grpc
Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn
71 · bundle
bobmatnyc
model-context-builder
MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing
71 · bundle