Total 30,735 skills, Testing & QA has 1242 skills
Showing 12 of 1242 skills
Run regression tests for voxtype releases. Use before major releases to verify core functionality, CLI commands, and configuration handling.
Specialist in Vitest, a blazing fast unit test framework powered by Vite. Focuses on Jest compatibility, in-source testing, and native ESM support.
Bug-to-test pipeline: reproduce the bug as a failing test first, then fix. The regression test lives forever.
TDD feature build loop: spec (RED) → implement (GREEN) → refactor. Pass the feature name as argument.
Use when planning new features or changes to identify failure scenarios before implementation
Creates test data for JSON SQL primitive tests
Test planning and coverage strategy workflow. Use when designing test suites, establishing coverage targets, planning TDD approaches, or assessing testing gaps in existing codebases.
8-agent QA loop: browser exploration via Playwright MCP, then analyze, plan, test, audit, heal, expand, snapshot. Quality gate score >= 85 to pass.
Set up and write tests for Clojure and ClojureScript projects using cljs.test, cljs-init-tests, and shadow-cljs
Comprehensive pytest testing guide for FastAPI backends. Covers unit testing, integration testing, async patterns, mocking, fixtures, coverage, and FastAPI-specific testing with TestClient. Use when writing or updating test code for backend services, repositories, or API routes.
Check and configure UX testing infrastructure (Playwright, accessibility, visual regression)
This skill provides expert-level guidance for Test-Driven Development (TDD) in VS Code extension development following t-wada methodology. Use when writing tests before implementation, creating comprehensive test suites, implementing Red-Green-Refactor cycles, or improving test coverage for extension components like WebViews, terminal managers, and activation logic.