Skip to main content

// category

Testing & QA

Quality assurance, testing frameworks, and automation

76 skills in this category

76 matches

cloudflare 168k

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.

anomalyco 2026-05-31
develop-web-game 28k

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.

davila7 2026-05-31
e2e-testing-patterns 28k

Build reliable, fast, and maintainable end-to-end test suites that provide confidence to ship code quickly and catch regressions before users do.

davila7 2026-05-31
playwright-e2e-builder 28k

Plan and build comprehensive Playwright E2E test suites with Page Object Model, authentication state persistence, custom fixtures, visual regression, and CI integration. Uses interview-driven planning to clarify critical user flows, auth strategy, test data approach, and parallelization before writing any tests.

davila7 2026-05-31
playwright-java 28k

Scaffold, write, debug, and enhance enterprise-grade Playwright E2E tests in Java using Page Object Model, JUnit 5, Allure reporting, and parallel execution.

davila7 2026-05-31
playwright 28k

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.

davila7 2026-05-31
test-detect 28k

Auto-detect testing framework and run relevant tests. Identifies Jest, Vitest, Playwright, Cypress, pytest, Go test, and others. Can run all tests, specific file tests, or generate basic tests for new code. Usage - /test-detect, /test-detect src/auth/login.ts, /test-detect generate src/utils.ts

davila7 2026-05-31
testing-patterns 28k

Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.

davila7 2026-05-31
webapp-testing 7.6k

Web application testing principles. E2E, Playwright, deep audit strategies.

vudovn 2026-05-29
audit-prep-assistant 5.5k

Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).

trailofbits 2026-05-27
genotoxic 5.5k

Graph-informed mutation testing triage. Parses codebases with Trailmark, runs mutation testing and necessist, then uses survived mutants, unnecessary test statements, and call graph data to identify false positives, missing test coverage, and fuzzing targets. Use when triaging survived mutants, analyzing mutation testing results, identifying test gaps, finding fuzzing targets from weak tests, running mutation frameworks (including circomvent and cairo-mutants), or using necessist.

trailofbits 2026-05-27
testing 3.0k

Testing strategies and methodologies including TDD, E2E testing, and multi-framework support

davepoon 2026-05-26
tdd-workflow (测试驱动开发工作流) 1.4k

在编写新功能、修复 Bug 或重构代码时使用此技能。强制执行测试驱动开发 (TDD),包括单元测试、集成测试和端到端 (E2E) 测试,确保覆盖率达到 80% 以上。

cfrs2005 2026-03-12
Comprehensive Testing & Verification 681

MASTER Vue.js application testing with strict enforcement of verification protocols. Systematically test functionality with Playwright, validate bug fixes, verify features work, and enforce zero-tolerance policies for false success claims. MANDATORY testing with visual evidence before any deployment or functionality claims.

ananddtyagi 2026-01-18
e2e-testing 336

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

hashgraph-online 2026-05-27
golang-testing 336

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

hashgraph-online 2026-05-27
rust-testing 336

Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.

hashgraph-online 2026-05-27
tdd-workflow 336

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

hashgraph-online 2026-05-27
ui-demo 336

Record polished UI demo videos using Playwright. Use when the user asks to create a demo, walkthrough, screen recording, or tutorial video of a web application. Produces WebM videos with visible cursor, natural pacing, and professional feel.

hashgraph-online 2026-05-27
ship 336

Ship phase. Isolated integration test in fresh worktree, PR creation, CI monitoring, auto-fix on failure.

hashgraph-online 2026-05-27
test 285

Use when completing implementation, fixing bugs, refactoring code, or any time you need to verify the test suite passes. Also use when tests fail and you hear "pre-existing" or "not my changes" — enforces strict code ownership. Ensures MECE coverage (no overlap, no gaps) and that ALL test categories including E2E are executed.

rsmdt 2026-05-07
testing 285

Writing effective tests and running them successfully. Covers layer-specific mocking rules, test design principles, debugging failures, and flaky test management. Use when writing tests, reviewing test quality, or debugging test failures.

rsmdt 2026-05-07
playwright-debugging 220

Use when Playwright scripts fail, tests are flaky, selectors stop working, or timeouts occur - provides systematic debugging approach for browser automation issues

ed3dai 2026-04-29
playwright-patterns 220

Use when writing Playwright automation code, building web scrapers, or creating E2E tests - provides best practices for selector strategies, waiting patterns, and robust automation that minimizes flakiness

ed3dai 2026-04-29
legacy-code 190

Safely modify code that lacks tests. Use whenever tasked with changing code without test coverage — apply characterization tests and dependency-breaking techniques before making any behavioral changes.

bdfinst 2026-05-30
mutation-testing 190

Validate test suite quality by running a real mutation testing tool and triaging surviving mutants. Use after writing tests to verify assertions catch behavioral changes, when evaluating test coverage quality, or as a CI quality gate on critical modules. The AI value here is triage — classifying survivors, writing fix tests — not generating or estimating mutations.

bdfinst 2026-05-30
legacy-code-safety 162

Use when modifying, removing, or refactoring code that lacks test coverage. Emphasizes the danger of untested changes and the RGR workflow to add characterization tests before modifications.

TheBushidoCollective 2026-04-28
test 162

Write tests for code using test-driven development principles

TheBushidoCollective 2026-04-28
cypress-advanced 162

Use when advanced Cypress features including custom commands, plugins, and network stubbing.

TheBushidoCollective 2026-04-28
cypress-ci-cd 162

Use when cypress CI/CD integration including parallelization, test recording, and media capture.

TheBushidoCollective 2026-04-28
cypress-fundamentals 162

Use when cypress fundamentals including commands, assertions, fixtures, and E2E testing patterns.

TheBushidoCollective 2026-04-28
jest-testing-patterns 162

Use when jest testing patterns including unit tests, mocks, spies, snapshots, and assertion techniques for comprehensive test coverage.

TheBushidoCollective 2026-04-28
playwright-bdd-configuration 162

Use when configuring Playwright BDD projects, setting up defineBddConfig(), configuring feature and step file paths, and integrating with Playwright config.

TheBushidoCollective 2026-04-28
playwright-bdd-gherkin-syntax 162

Use when writing Gherkin feature files, using Scenario Outline with Examples, applying tags for test organization, and leveraging Background sections for shared setup.

TheBushidoCollective 2026-04-28
playwright-bdd-step-definitions 162

Use when creating step definitions with Given, When, Then, using createBdd() for step functions, implementing Page Object Model patterns, and sharing fixtures between steps.

TheBushidoCollective 2026-04-28
playwright-fixtures-and-hooks 162

Use when managing test state and infrastructure with reusable Playwright fixtures and lifecycle hooks for efficient test setup and teardown.

TheBushidoCollective 2026-04-28
playwright-page-object-model 162

Use when creating page objects or refactoring Playwright tests for better maintainability with Page Object Model patterns.

TheBushidoCollective 2026-04-28
playwright-test-architecture 162

Use when setting up Playwright test projects and organizing test suites with proper configuration and project structure.

TheBushidoCollective 2026-04-28
vitest-testing-patterns 162

Use when vitest testing patterns including unit tests, mocks, spies, and browser mode testing.

TheBushidoCollective 2026-04-28
spectre-test 142

👻 | Risk-aware test coverage & commit - primary agent

Codename-Inc 2026-05-28
coverage-report 74

Generate test coverage reports with HTML visualization and threshold enforcement

melodic-software 2026-04-07
e2e-test-design 74

Design E2E tests following user-story-driven patterns with verification checkpoints. Use when creating end-to-end tests, validating complete user journeys, or designing Playwright/Cypress test patterns.

melodic-software 2026-04-07
resolve-failed-e2e-test 74

Analyze a failed E2E test, fix the underlying issue, and verify the fix. Use after /test-e2e reports failures.

melodic-software 2026-04-07
test-e2e 74

Execute end-to-end test specification and report results. Use after implementation to validate user journeys before review.

melodic-software 2026-04-07
test 74

Run project test suite and report results in structured JSON format. Use to validate implementation before commit or review.

melodic-software 2026-04-07
analyze-pyramid 74

Analyze test pyramid health by examining test distribution across unit, integration, and E2E levels. Use for test portfolio assessment and rebalancing recommendations.

melodic-software 2026-04-07
generate-cases 74

Generate systematic test cases using formal techniques (equivalence partitioning, boundary value analysis, decision tables). Use for comprehensive test coverage design.

melodic-software 2026-04-07
test-pyramid-design 74

Design optimal test pyramids with unit/integration/E2E ratios. Identify anti-patterns and recommend architecture-specific testing strategies.

melodic-software 2026-04-07
testing 31

Testing strategies for OCaml libraries. Use when discussing tests, alcotest, eio mocks, test structure, or test-driven development in OCaml projects.

avsm 2026-05-24
web3-testing 20

Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.

EricGrill 2026-05-31
e2e-testing-patterns 20

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

EricGrill 2026-05-31
Condition-Based Waiting 18

Replace arbitrary timeouts with condition polling for reliable async tests

BbgnsurfTech 2025-12-18
Test-Driven Development (TDD) 18

Write the test first, watch it fail, write minimal code to pass

BbgnsurfTech 2025-12-18
Testing Anti-Patterns 18

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.

BbgnsurfTech 2025-12-18
test 17

Generate tests for completed phase code. Detects test framework and targets key files.

SienkLogic 2026-04-03
rent-my-browser 15

When the agent is idle, connect to the Rent My Browser marketplace and execute browser tasks for consumers. Earn money by renting out the node's browser during downtime. Supports headless (Playwright) on VPS nodes and real Chrome on GUI machines.

dvcrn 2026-05-29
demo-video 15

Create product demo videos by automating browser interactions and capturing frames. Use when the user wants to record a demo, walkthrough, product showcase, or interactive video of a web application. Supports Playwright CDP screencast for high-quality capture and FFmpeg for video encoding.

dvcrn 2026-05-29
afrexai-code-reviewer 15

Enterprise-grade code review agent. Reviews PRs, diffs, or code files for security vulnerabilities, performance issues, error handling gaps, architecture smells, and test coverage. Works with any language, any repo, no dependencies required.

dvcrn 2026-05-29
playwright-scraper 15

Playwright Scraper

dvcrn 2026-05-29
python 15

Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns.

dvcrn 2026-05-29