·analyzing-test-coverage
</>

analyzing-test-coverage

saleor/configurator

Creates and analyzes tests using Vitest and MSW patterns. Generates test builders, mocks repositories, and configures integration tests. Triggers on: write tests, test coverage, Vitest, MSW mock, vi.fn, vi.mock, unit test, integration test, test builder, mock setup, test failure.

0Installs·0Trend·@saleor

Installation

$npx skills add https://github.com/saleor/configurator --skill analyzing-test-coverage

SKILL.md

Guide the creation of comprehensive tests following project patterns for unit tests, integration tests, and E2E tests using Vitest, MSW, and project-specific test helpers.

| Vitest | Test runner and assertion library | | MSW | Mock Service Worker for network mocking | | vi | Vitest mock utilities | | test-helpers/ | Project-specific test utilities |

Service Tests See references/patterns.md for full examples. Key structure:

Creates and analyzes tests using Vitest and MSW patterns. Generates test builders, mocks repositories, and configures integration tests. Triggers on: write tests, test coverage, Vitest, MSW mock, vi.fn, vi.mock, unit test, integration test, test builder, mock setup, test failure. Source: saleor/configurator.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/saleor/configurator --skill analyzing-test-coverage
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is analyzing-test-coverage?

Creates and analyzes tests using Vitest and MSW patterns. Generates test builders, mocks repositories, and configures integration tests. Triggers on: write tests, test coverage, Vitest, MSW mock, vi.fn, vi.mock, unit test, integration test, test builder, mock setup, test failure. Source: saleor/configurator.

How do I install analyzing-test-coverage?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/saleor/configurator --skill analyzing-test-coverage Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/saleor/configurator