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

Testing (Page 2 of 41)

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

2,448 skills · updated 2026-06-12 · showing 61–120 of 2,448 by quality score

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

Ciclo autonomo Test-Fix-Retest. Roda suite completa, documenta achados, corrige em sprints, re-testa ate convergencia. Max 3 ciclos.
Gera testes Playwright production-grade a partir de fluxos reais observados via MCP. Explora o app pelo browser, documenta cada passo, gera codigo TypeScript, valida executando.
Roda suite E2E completa com validacao de infraestrutura. Pre-flight (dev server, env vars, smoke), execucao em batches de 10-20 testes, auto-fix de falhas (seletores, mocks,…
PDCA Orchestrator — executa Quality Acceptance Testing com ciclo Plan-Do-Check-Act. Carrega baselines e knowledge, executa cenarios 4 camadas (L1-L4), classifica falhas em 6…
Code quality guidelines and best practices for writing clean, maintainable code. Covers naming, structure, error handling, testing, and code review standards.
QA workflow for testing a feature or task implementation. Analyzes changes, produces test plans, and describes concrete test scenarios.
Author Test Cases (TCs) and the traceability matrix linking UN→PR→SR→TC. Verify every SR clause has at least one TC.
Use when: reviewing, designing, implementing, or testing safe archive extraction for ZIP, TAR, tar.gz, tgz, package importers, backup restore, plugin/theme upload, artifact…
A/B testing strategy for iOS Product Page Optimization (PPO) and Android Store Listing Experiments. Hypothesis design, variant creation, statistical significance guidance.
Plan resource capacity — workload analysis and utilization forecasting. Use when heading into quarterly planning, the team feels overallocated and you need the numbers, deciding…
Build and test iOS apps on simulator using XcodeBuildMCP. Use after making iOS code changes, before creating a PR, or when verifying app behavior and checking for crashes on…
Inception 아티팩트(requirements, user-stories, workflow-plan)를 입력으로 받아 agentic 시스템의 컴포넌트 경계·인터페이스 계약·데이터 모델을 설계하고 `.omao/plans/construction/design.md`를 생성한다.
Control a running Compose Desktop application via HTTP. Use when you need to interact with UI elements, click buttons, enter text, wait for elements to appear, or capture…
Create and configure git hooks with intelligent project analysis, suggestions, and automated testing
Write unit tests for branch changes (or a scoped target) following best practices. Args: []
Generates automated Jest tests for a source file using ctest-generated .md as reference. Use when the user wants to generate, write, or create tests based on ctest analysis output.
Apply a targeted fix to failing tests or review blockers. Use when the user says 'patch this', 'fix the failures', 'fix the blockers', or 'do-patch'.
Use when running the test suite. Parses arguments, dispatches test runners (potentially in parallel), and aggregates results.
This skill should be used when the user asks to "create custom DSPy module", "design a DSPy module", "extend dspy.Module", "build reusable DSPy component", mentions "custom module…
Diff-aware AI browser testing — analyzes git changes, generates targeted test plans, and executes them via agent-browser (Rust daemon + CDP, ARIA-tree-first).
TDD-first feature development — crystallise API as a demo test, drive implementation to pass it, run quality stack and progressive review loop.
Run the adr-archaeologist reducer subagent over the per-node enrichment sidecars + concepts.yaml + existing adrs/.
Generate an end-to-end test for a given feature or user story. Use when the user asks to create E2E tests, automate workflows, test user flows, or convert manual workflows into…
Use when the user asks to create, build, generate, scaffold, or plan a new workflow. Orchestrates the full planning process including architecture, steps, prompts, evaluators, and…
Automates software development overnight using Git hooks to enforce test-driven development (TDD). This skill should be used when Claude needs to build new features, refa — from…
Work through a WordPress plugin task list step by step, building and testing each task before moving to the next. Reads from TASKS.md or a specified task file.
Orchestrates a comprehensive code review using up to 6 specialist skills. Dispatches code-review, code-simplifier, comment-analyzer, silent-failure-hunter, type-design-analyzer,…
Process user feedback into investigated bug specs with root cause analysis. Triggers: 'triage feedback', 'process bug reports', 'user testing feedback'.
Generate and maintain code-anchored test case specifications. Use when setting up test coverage, reviewing what to test, or before team implementation.
Scaffold a starter evals/suite.yaml for a Claude Code skill. Reads description, examples, and edge-case table to seed activation, functional, and edge-case tests that satisfy the…
Cycle de vie complet des skills Claude. Creation, validation structurelle Anthropic + SkillsBench (/65), evaluation semantique (/100), pressure testing (/5).
Generate SOX sample selections, testing workpapers, and control assessments. Use when planning quarterly or annual SOX 404 testing, pulling a sample for a control (revenue, P2P,…
Devil's Advocate stress-testing for code, architecture, PRs, and decisions. Surfaces hidden flaws through structured adversarial analysis with metacognitive depth.
Reviews test coverage quality from a behavioral perspective, identifying critical gaps and test quality issues. Does not check line coverage — checks meaningful scenario coverage.
Generate a comprehensive Foundry/Forge test suite for a Solidity contract. Produces structured, high-coverage tests with fuzz testing, invariant testing, and fork testing…
Use when: converting review findings, identified test gaps, or unverified behaviors into a concrete, prioritized test plan with assertions, layer choice, ownership, and a…
Test how tool-gates evaluates any tool invocation (Bash, Read, Write, Edit, Glob, MCP) and show the permission decision (allow / ask / deny / defer).
Generate a comprehensive Hardhat test suite for a Solidity contract. Produces structured, high-coverage tests following battle-tested smart contract testing methodology.
Plan test strategies and execute test-driven development cycles, including coverage addition and test repair.
Generate a user-facing test checklist from git diff, or execute an existing test plan via Playwright.
Tests a deployed, activated Power Pages site at runtime using browser-based navigation, page crawling, and API request verification via Playwright.
Agentic 시스템을 위한 TDD 전략을 수립한다. LLM 클라이언트 mock(VCR-style), golden dataset 기반 eval(최소 5건), hypothesis 기반 property-based test로 비결정성을 제어한다.
Evaluates test implementation and coverage, identifying gaps, weak assertions, and untested paths. Use when auditing test quality, coverage, or testing strategy.
Write and fix Unit, Hilt integration, and Espresso tests following MovieFinder patterns
테스트/검증이 필요할 때 사용한다. 'qa', '검증해', '테스트 돌려', 'test-fix', '심층 검증', '철저히 테스트', '보안까지 확인', '전방위 검증' 같은 요청에 반드시 사용. 기본값은 3-CLI 합의 딥 QA (기능+보안+UX). 빠른 테스트-수정 루프는 --quick.
ockemon-pso TUI 컴포넌트/훅/패널 테스트 작성 및 실행. ink-testing-library + vitest로 테스트를 작성하고, 실패 시 진단-수정 사이클을 반복. "tui test", "TUI 테스트", "tui coverage", "test feed-panel", "test use-menu" 등으로…
ockemon-pso TUI 시각 테스트 — 렌더링 스냅샷, 인터랙션 플로우, 프레임 비교. ink-testing-library로 컴포넌트를 렌더링하고 lastFrame() 출력을 스냅샷으로 캡처. 키 입력 시뮬레이션 → 프레임 전환 검증 → 레이아웃/색상/경계 확인.
Use when: designing, reviewing, refactoring, or test-planning type-safe architecture, compiler-enforced contracts, validation-as-types, explicit interfaces, generic misuse,…
This skill should be used when the user asks to "analyze failing tests", "debug test failures", "investigate test errors", or provides specific failing test cases to examine.
Analyze test failures and CI artifacts to identify and fix bugs
Generate and run mock API servers from OpenAPI specifications
BackstopJS visual regression testing for self-hosted visual comparison
Cross-browser and cross-device testing using BrowserStack or Sauce Labs
This skill should be used when the user asks to "review test coverage", "audit test quality", "check tests for completeness", or mentions reviewing pytest test suites.
Cucumber/Gherkin BDD testing for behavior-driven development workflows
DICOM conformance testing and integration skill for medical imaging systems
Skill for environmental test campaign planning and execution
Skill for comprehensive flight test planning and execution support
This skill covers game-theoretic methods in structural econometrics and industrial organization. Use when the user is working with strategic interactions, equilibrium analysis, or…
Go development patterns: testing, concurrency, errors, review, and conventions.
All Engineering skills →
More in EngineeringDevops (2,410) · Architecture (1,778) · Backend (1,375) · Frontend (1,035) · Languages (880) · Cloud Platforms (802) · Code Quality (774) · Databases (568) · Performance (517) · Mobile (379) · Observability (272) · Data Engineering (230) · Docs Engineering (197) · Workflow Orchestration (170) · ML AI Eng (144) · API Tooling (15)