Total 44,023 skills, Testing & QA has 1626 skills
Showing 12 of 1626 skills
Agent skill for tester - invoke with $agent-tester
Unit testing patterns and best practices. Use when writing isolated unit tests, implementing AAA pattern, designing test isolation, or setting coverage targets for business logic.
Audit test coverage for code changes. Identifies untested logic and provides specific test recommendations. Read-only analysis. Use before PR or after implementation. Triggers: review coverage, check tests, test coverage, are tests adequate.
Writes comprehensive RSpec tests for Rails applications. Use when writing model specs, request specs, system specs, job specs, mailer specs, channel specs, or storage specs. Triggers on "write tests for", "add specs to", "test the User model", "create request specs", "write RSpec", "add test coverage".
REST and GraphQL API testing with Playwright. Use when testing APIs, mocking endpoints, validating responses, or integrating API tests with E2E flows.
Check and configure integration testing for services, databases, and external dependencies
Browser automation via Playwriter (remorses) using persistent Chrome sessions and the full Playwright Page API.
Browser validation checks for testing Umbraco backoffice extensions manually
Run Umbraco backoffice with mocked APIs for visual extension testing
MSW (Mock Service Worker) patterns for testing Umbraco backoffice extensions with mocked APIs
E2E testing for Umbraco backoffice extensions using Playwright and @umbraco/playwright-testhelpers
Comprehensive testing standards including unit, integration, security, and property-based testing with TDD methodology