Expert guidance for DeepEval, the open-source framework for unit testing LLM applications. Helps developers write test cases, define custom metrics, and integrate LLM quality…
When the user wants to generate realistic fake data for testing, seeding databases, or prototyping. Also use when the user mentions 'faker,' 'fake data,' 'test data generation,'…
When the user wants to perform load testing, stress testing, or performance testing of APIs and websites using k6.
When the user wants to perform load testing using Python with Locust's distributed architecture and real-time web UI.
When the user wants to implement consumer-driven contract testing between microservices using Pact. Also use when the user mentions 'pact,' 'contract testing,' 'consumer-driven…
When the user wants to automate browser testing across multiple browsers using Selenium WebDriver. Also use when the user mentions 'selenium,' 'WebDriver,' 'browser automation,'…
[Tier 2 — Non-Functional: Usability · ISO 25010] Accessibility test workflow — WCAG 2.1 AA compliance via axe-core + Playwright. Creates tests if missing, augments if exists.
Test A2A interoperability between agents by validating Agent Card conformance, exercising all task lifecycle states, and verifying streaming and error handling.
Run an agent-native browser QA loop that reads recent code changes, generates a test plan, and returns concrete failures for the coding agent to fix.
Run lint checks (ruff for Python, Biome for TS/JS), type checks (pyright for Python, tsc for TS/JS), and all tests including e2e tests and tests skipped during pre-commit — from…
Autonomous testing skill that opens a deployed app, goes through user flows, tries to break things, and writes detailed bug reports. Use after deploying to staging.
Use after writing or modifying code to enforce the mandatory write → test → fix → repeat validation cycle.
Bench instruments and measurement techniques for electronics — digital multimeter, oscilloscope, logic analyzer, spectrum analyzer, function generator, power supply, and their…
Quick pragmatic detection-focused review of .NET test code for anti-patterns that undermine reliability and diagnostic value.
Playwright API testing best practices. Use when writing REST API tests with Playwright. Enforces Zod schema validation, client/fixture separation, and contract testing.
Automate Test App tasks via Rube MCP (Composio). Always search tools first for current schemas. — from engineering/testing
Map testable surfaces, audit existing tests for quality, and write test specifications that prevent AI shortcuts.
Automated test equipment control and data acquisition skill for hardware validation, with VISA/SCPI instrument communication, test sequence scripting, and measurement uncertainty…
Comprehensive test automation specialist covering unit, integration, and E2E testing strategies. Expert in Jest, Vitest, Playwright, Cypress, pytest, and modern testing…
Master AI-powered test automation with modern frameworks, self-healing tests, and comprehensive quality engineering.
Expert in designing robust test frameworks using Playwright, Cypress, and AI-driven testing tools.
ai-bouncer E2E 테스트 실행. install, uninstall, update, hook 동작을 자동 검증. 사용자가 "테스트 돌려", "e2e 실행", "설치 검증", "bouncer 테스트" 등을 요청하면 이 스킬 사용. ai-bouncer 변경 후 검증이 필요한 모든 상황에서 사용할 것.
Pont entre les Acceptance Scenarios SpecKit et Playwright Agents. Convertit les AS de spec.md en specs Markdown compatibles Planner, lance le Generator, et vérifie la traçabilité…
Run browser tests on pages affected by current PR or branch — from marcusrbrown/systematic
Use when writing, reviewing, or debugging Apex test classes, test data factories, async test behavior, negative-path assertions, or callout mocking.
Run staged evaluations against a Claude Code plugin to verify that skills, agents, commands, hooks, and MCP components trigger when they should.
함수·클래스·모듈에 대한 테스트 작성을 요청하거나, "테스트 만들어줘", "unit test", "테스트 코드", "test case 작성" 표현이 있을 때 활성화됩니다. 수행 내용: 대상 코드를 분석해 Given-When-Then 패턴 기반의 단위 테스트를 자동 생성합니다.
Generate protocol/interface test suites that any implementation must pass. Define the contract once, test every implementation.
Analyze and improve test coverage. Use when reviewing coverage gaps, writing missing tests, setting up coverage tooling, or improving branch/line/statement coverage for any…
Reviews test coverage and suggests missing test cases for error paths, edge cases, and business logic. Activates when users write tests or implement new features.
Analyzes test coverage gaps and suggests test cases for untested code paths. Use when user requests test improvements, coverage analysis, or wants to increase test coverage.
Evaluate test completeness using the 8 dimensions framework. Use when: writing tests, reviewing test coverage, ensuring test quality.
Establishes a committed test coverage baseline and CI gate on the module being migrated — before any migration skill runs — so regressions are detectable.
Analyze test coverage, identify gaps, detect dead code, and improve test quality. Use when user asks to check coverage, review tests, find untested code, or improve test…
Analyze test coverage gaps and generate tests to improve coverage. Use when improving test coverage, finding untested code, or writing missing tests.
Use when reasoning about code coverage as a strategic measurement rather than a target: the coverage-criterion hierarchy (function, statement, line, branch, decision, condition,…
Test data management patterns: factory functions, fixtures, database seeders, test isolation strategies, and safely anonymizing production data for testing.
Test Data Builder - Auto-activating skill for Test Automation. Triggers on: test data builder, test data builder Part of the Test Automation skill category.
Generate test fixture factories for your models. Builder pattern and static factories for zero-boilerplate test data. Use when tests need sample data setup.
Use when designing or building reusable Apex test data factories: @IsTest utility classes, SObject hierarchy construction, bulk data generation, portal user factories with…
Synthetic test data generation and management using Faker.js and similar tools. Generate realistic test data, create data factories, implement database seeding, and manage test…
Use to PRODUCE test-suite artifacts — author a new test or test plan for a feature, shape a cross-layer test strategy (what to test at which layer, as a portfolio), or plan which…
Use this agent when you need to evaluate test quality using Dave Farley's 8 properties of good tests.
Wizualne testowanie designow - ustawia kazdy design, odpala nagrywanie, robi screenshot i ocenia wyglad
Auto-detect testing framework and run relevant tests. Identifies Jest, Vitest, Playwright, Cypress, pytest, Go test, and others.
Automatically detect test frameworks (Jest, pytest, RSpec, xUnit) in projects by analyzing configuration files and dependencies
Analyze, prioritize, and document test cases in TMS (Jira/Xray) -- the bridge between manual QA and test automation.
Use when designing or reviewing test doubles — the stand-in objects that replace real collaborators in a test: the five-kind taxonomy (dummy, stub, spy, fake, mock) from…
Test-Driven Development (TDD) - design tests from requirements, then execute RED -> GREEN -> REFACTOR cycle.
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks…
Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior.
Enforce RED-GREEN-REFACTOR cycle. Use when implementing features, fixing bugs, or writing any production code.
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify…
Execute feature work and bug fixes with a tracer-bullet red-green-refactor loop. Use when building behavior that should be guided by tests, when fixing regressions, or when the…
End-to-end infrastructure pipeline validation across Terraform and Ansible repos
Automated test validation, coverage checking, and quality metrics with aggressive defaults
Use when creating or improving RSpec test coverage for Rails engines. Covers dummy app setup, request, routing, generator, and configuration specs for proving engine beha — from…
QA and testing agent that writes unit tests, integration tests, and edge case coverage for the codebase.
Full testing pipeline — automated test sweep, browser/Playwright testing, dependency health audit, and manual test checklist.
Systematically identify and fix all failing tests using smart grouping strategies. Use when explicitly asks to fix tests (\"fix these tests\", \"make tests pass\"), reports test…