28.310 Skills
Generate comprehensive Vitest tests for code examples in JavaScript concept documentation pages, following project conventions and referencing source lines
Guide TDD workflow and testing strategy. Use when implementing features with tests, writing new tests, or establishing test coverage. Triggers on "TDD", "write tests", "test coverage", "red-green-refactor".
Migrate from Vitest 2.x/3.x to 4.x with pool options, coverage config, workspace to projects, and browser mode updates. Use when upgrading Vitest versions or encountering deprecated patterns.
Garantiza que todo código nuevo tenga tests asociados usando Vitest o Playwright. Se activa cuando el usuario pide crear funciones, componentes o corregir bugs.
Run the backend test suite with pytest
Review testing strategy for blind spots, over-testing, under-testing, and false confidence.
Generate a concrete pass/fail technical evidence report for Moransa demo readiness, including environment state, API checks, and explicit blockers.
Use to create and run P0 backend tests for Moransa critical flows: health, medical, education, and agriculture endpoints.
Refactor and improve the test suite for better maintainability, readability, and performance.
Fixture for evaluation tests - safe skill with valid format.
Test Zod schemas comprehensively with unit tests, integration tests, and type tests for validation logic
Set up Vitest browser mode with Playwright or WebDriverIO providers, use page and userEvent APIs, test components. Use when testing browser-specific code or UI components.
Configure Vitest 4.x with correct pool architecture, coverage settings, and multi-project setup. Use when creating or modifying vitest.config files or setting up test infrastructure.
Test game via browser with Chrome DevTools. Navigate UI, play through game flow, observe behavior and report issues.
A/B testing and content experimentation methodology for data-driven content optimization. Use when implementing experiments, analyzing results, or building experimentation infrastructure.
구현계획(plan) 기반으로 TDD 개발하는 스킬. "TDD 개발", "테스트 주도 개발", "plan 기반 구현" 등을 요청할 때 사용한다.
Add and manage integration tests for repositories and API endpoints. Use when adding integration tests, testing a repository, testing an API endpoint, or setting up integration test infrastructure.
Run tests before and after changes. Only add tests for complex logic, not boilerplate. Database tests matter most.
Use when writing Playwright tests for a web project — static pages, SPAs, or server-rendered. Covers what to test, selector strategy, edge cases, and common pitfalls.
Use BEFORE any implementation to check if specs exist for the capability. Run this first when starting any feature work. Reports: spec exists, no spec, or active change in progress.