Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsEngineering › Testing › Page 34

Testing (Page 34 of 58)

3440 Claude Code skills in the Testing sub-category of Engineering.

3,440 skills · updated 2026-07-27 · showing 1981–2040 of 3,440 by quality score

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Prevention-focused quality assurance decision framework for testing strategy, coverage analysis, and edge case detection.
Test LogiDocs Certify features from customer persona perspectives. Use when the user wants to test features as a customer, get simulated feedback, review UI from user perspective,…
Pest testing framework conventions and practices. Invoke whenever task involves any interaction with Pest — writing function-style tests (test/it/describe), the expect()…
Use when writing, generating, or improving Pest tests for Laravel — clear intent, good coverage, maintainable structure, and alignment with project testing conventions.
PowerShell TDD testing framework guidance for Pester v5+. Use when writing, structuring, or debugging PowerShell unit tests; mocking cmdlets, native commands (bash, git, curl), or…
AC に UI / E2E 系の項目が含まれる時、 Playwright CLI で end-to-end test を実行して verify する skill。 token 効率のため MCP ではなく CLI を採用、 Playwright Agents (planner/generator/healer) を reference して test…
AC (Acceptance Criteria) を 6 つの古典 QA 技法 (同値分割 / 境界値分析 / デシジョンテーブル / 状態遷移 / エラー推測 / チェックリスト) で分析し、 不足を warning、 派生テスト観点を提案する skill。 AI 時代に「テストの量より質」を担保する観点設計層。 planner / verifier…
Generate a unit test file for a React component using Testing Library. Use when adding test coverage to new or existing components.
Audit pharmaceutical QC laboratory operations -- OOS/OOT investigations, stability program trending, analytical method validation status, release testing optimization, and…
Drive a Genie change test-first through the genie MCP tools, working entirely from the live image (no files).
Phase 3 entry point — per-story TDD delivery through specialist subagents. Delegates to phase sub-workflow.
Use when entering Refinement phase of epic-stage-workflow - guides user testing, feedback incorporation, and iteration
First-line screening logic to identify patients who require biochemical testing for Pheochromocytoma or Paraganglioma.
Create complete Phoenix contexts following best practices including bounded contexts, proper API design, and comprehensive testing.
Write Playwright E2E tests for the Phoenix AI observability platform. Use when creating, updating, or debugging Playwright tests, or when the user asks about testing UI features,…
Testing Photino.NET apps: testability tiers (pure logic, AST without runspace, live integration), environment traits, fixture patterns, test filtering.
Schema-driven test data factory generator. Reads your database schema or model definitions — Prisma schema, SQLAlchemy models, Django models, TypeORM entities, Zod schemas,…
Build and deploy Chrome to a physical ChromeOS device, monitor logs, and take screenshots over SSH. Use when working with remote Chromebook testing hardware, deploying new builds…
Spin up a live local Omnigent server + runner and exercise the native Pi TUI harness (pi-native) end-to-end — launch the real `pi` CLI via `omnigent pi`, drive turns through the…
Picoclaw-only local posture-review skill focused on read-only findings and safe operator remediation guidance.
Pine Script v6: syntax, performance, error diagnosis, backtesting, visualization. Use when writing or debugging `.pine` files or TradingView Pine indicators/strategies.
Simple echo skill for testing connectivity. Returns the user's message with the assistant's reply timestamp. Useful for debugging and latency checks.
Pinia v3 Vue state management with defineStore, getters, actions. Use for Vue 3 stores, Nuxt SSR, Vuex migration, or encountering store composition, hydration, testing errors.
Pixelmatch is the smallest, simplest, and fastest JavaScript pixel-level image comparison library by Mapbox.
Use for PixiJS v8 Graphics, GraphicsContext, vector shapes and paths: rect/circle/poly, moveTo/lineTo/arc, fill/stroke/cut, gradients, patterns, SVG import/export, hit testing.
Analyze repository-level duplicate/redundant design first, then build and execute a strict step-test-update plan in docs/plan.
Multi-perspective plan review with VP Product, VP Engineering, and VP Design. Use when reviewing implementation plans, design docs, architecture proposals, or wave plans for…
Create a high-level test-driven plan with research for user review before detailed step generation. Use when the user asks to plan with TDD, design test-first, or scope a feature…
User-story-driven test coverage audit and plan — no test writing in this pass. Derives stories from real code, builds story-to-test traceability matrix, detects fake-green and…
Use when a spec has been approved by the user and implementation has not started. Converts the spec into a bite-sized, TDD-structured implementation plan with exact file paths,…
TDD を主張する実装の RED/GREEN/REFACTOR VERIFY 証跡(tdd-ledger)の妥当性を検査し、フェーズ順序・exitCode・test-cases との対応の欠落や偽装を検知する
Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations.
Reference data for detecting the test platform (VSTest vs Microsoft.Testing.Platform) and test framework (MSTest, xUnit, NUnit, TUnit) from project files.
Audit game analytics and telemetry implementation -- event tracking completeness, FTUE and monetization funnel coverage, retention metric infrastructure, A/B testing framework,…
Use to empirically verify a playable Godot game is actually WINNABLE, FAIR, and PROGRESSABLE — by driving the REAL game loop with a headless competent-player bot that asserts…
Use when the user wants help planning a playtest, choosing a playtesting method, writing a playtest questionnaire, or figuring out how to recruit playtesters
API testing skill using Playwright's built-in APIRequestContext for RESTful service validation, authentication flows, and API contract verification.
Use when shaping a Playwright suite — locator strategy, Page Object boundaries, fixture composition, flake-prevention architecture, CI-vs-local split — even on 'design our E2E…
Browser automation and testing with Playwright. Use when testing web applications, automating browser tasks, taking screenshots, or validating UI behavior.
Use when a developer needs to automate filling in a web form without submitting it — when they say 'fill in the form at URL', 'automate this form', 'enter these values in the web…
Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns.
Headless browser automation using Playwright CLI. Use when you need headless browsing, parallel browser sessions, UI testing, screenshots, web scraping, or browser automa — from…
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp.
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp.
To run JavaScript in the page context, evaluate an expression on the page or a specific element for inspection or manipulation.
CI/CD integration — Azure DevOps pipeline YAML, JUnit reporter, artifacts, env vars
Cache Playwright browser binaries in CI/CD pipelines (GitHub Actions, Azure DevOps) to avoid 1-2 minute download overhead on every build. — from Aaronontheweb/dotnet-skills
Automates browser interactions for testing and validating your own web applications using playwright-cli.
Runs end-to-end browser tests using Playwright Test with page.goto, page.locator, and expect assertions.
Uses Microsoft Playwright to automate Chromium, Firefox, and WebKit with one API for testing, scraping, screenshots, tracing, and login flows.
Expert guidance for Playwright end-to-end testing with TypeScript and JavaScript best practices
Use when Playwright scripts fail, tests are flaky, selectors stop working, or timeouts occur - provides systematic debugging approach for browser automation issues
Plan and build comprehensive Playwright E2E test suites with Page Object Model, authentication state persistence, custom fixtures, visual regression, and CI integration.
Use when designing or fixing a Playwright end-to-end test suite, debugging flaky tests, choosing locator strategies (getByRole vs CSS vs test-id), structuring fixtures and…
Playwright E2E testing patterns. Use when playwright, E2E test, toBeVisible, route mock, modal, flaky test, or selector issues.
Expert in end-to-end testing with Playwright, the modern cross-browser testing framework. Specializes in test generation, page object patterns, visual regression testing, and…
Playwright modern end-to-end testing framework with cross-browser automation, auto-wait, and built-in test runner
Use when writing E2E tests with Playwright, setting up test infrastructure, or debugging flaky browser tests.
Konfiguruje i uruchamia testy GUI Playwright dla formularzy HTML w projekcie Java + Maven. Używaj tego skilla, gdy użytkownik chce testować formularz webowy w Playwright dla Javy,…
Use when a developer wants to create a Playwright end-to-end or browser test for a specific feature, flow, or scenario — when they say 'write a Playwright test for', 'generate a…
All Engineering skills →
More in EngineeringDevops (3,325) · Architecture (2,630) · Backend (2,035) · Frontend (1,525) · Languages (1,277) · Code Quality (1,230) · Cloud Platforms (1,094) · Databases (813) · Performance (708) · Mobile (537) · Observability (386) · Data Engineering (334) · Docs Engineering (265) · Workflow Orchestration (239) · ML AI Eng (203) · API Tooling (18)