Testing Skills
Discover the best AI skills in the Testing category.
130 skills
TDD Red-Green-Refactor
Testing
Skill that guides Claude through the complete TDD cycle.
Web Accessibility Audit
Testing
Performs a comprehensive web accessibility audit following WCAG standards.
UAT Test Case Generator
Testing
Generates structured and comprehensive user acceptance test cases.
Automated Testing Agent
Testing
Generates and runs unit and integration tests by analyzing code structure. Leverages Context7 KB cache for test framework documentation (pytest, unittest, Jest) and aims for 80%+ coverage. Helps automate test creation while following project patterns and best practices.
TDD Orchestrator with Parallel Execution
Testing
Executes the full TDD workflow: reads a ticket and associated knowledge, then runs TDD tests in parallel for all ready implementation tasks. After parallel execution, it launches a refine loop to fix any code-test issues. Ideal for accelerating TDD cycles when multiple independent test implementations are available.
Test Failure Verifier
Testing
Analyzes test failures during Feature Swarm verification, diagnosing the root cause and determining if automatic recovery is possible. Provides actionable fix suggestions (e.g., missing imports, logic errors) and guides human intervention for non-recoverable issues.
Writing Tests with gt Library
Testing
Provides step-by-step guidance for writing Go tests with the gt library, including type-specific assertions (e.g., `gt.Array`, `gt.String`), fail-fast patterns with `Required()`, and return value handling via `R1`/`R2`/`R3`. Helps when creating new test files or adding tests to existing Go code by referencing the locally installed gt documentation.
Testing Tauri Applications
Testing
Covers testing strategies for Tauri v2 applications: unit and integration testing using a mock runtime, end-to-end testing with WebDriver (Selenium, WebdriverIO), and CI integration with GitHub Actions.
1C Configuration Extension (CFE) Validation
Testing
Validates the correct structure of 1C extensions: XML format, properties, composition, and borrowed objects. Equivalent to /cf-validate for extensions.
Testing Anti-Patterns
Testing
Identifies and prevents common testing anti-patterns that make test suites unreliable, slow, and hard to maintain. Provides detection strategies and refactoring solutions for flaky tests, slow suites, brittle tests, and other test code smells. Use it when tests are difficult to understand, debug, or maintain.
Create MCP Eval
Testing
Create or modify evaluation configurations for MCP Servers. This skill guides the creation of eval YAML files, task definitions, MCP config, and agent files, and provides commands to run the evaluations using mcpchecker. Particularly useful when testing MCP server functionality through automated task assertions.
Browser Automation with playwright-cli
Testing
Automate browser interactions using playwright-cli commands. Supports navigation, clicking, form filling, screenshots, data extraction, and multi-tab management. Ideal for web testing, scraping, and automating repetitive web tasks.