Harness-engineering test-msw-pattern
name: test-msw-pattern
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/test-msw-pattern/skill.yamlsource content
name: test-msw-pattern version: "1.0.0" description: Intercept HTTP requests in tests using Mock Service Worker handlers at the network level stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- "**/*.test.ts"
- "**/*.spec.ts"
- "**/*.test.tsx"
- "vitest.config.*"
- "jest.config.*"
- "playwright.config.*" related_skills:
- test-unit-patterns
- test-component-react
- test-integration-patterns stack_signals:
- vitest
- jest
- playwright
- testing-library keywords:
- msw
- Mock-Service-Worker
- http-handlers
- network-mocking
- request-interception metadata: author: community upstream: mswjs.io/docs/ state: persistent: false files: [] depends_on: []