Claude Code Plugins

Community-maintained marketplace

Feedback

openwebf-app-testing-vitest

@archview-ai/webf-plugin
0
0

Set up and improve WebF app tests with Vitest and React Testing Library. Use when the user mentions Vitest, React Testing Library, unit tests, component tests, “testing trophy”, or asks to add/fix tests in a Vite/React/TS WebF app.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name openwebf-app-testing-vitest
description Set up and improve WebF app tests with Vitest and React Testing Library. Use when the user mentions Vitest, React Testing Library, unit tests, component tests, “testing trophy”, or asks to add/fix tests in a Vite/React/TS WebF app.
allowed-tools Read, Grep, Glob, Bash, Edit, Write, mcp__openwebf__project_detect, mcp__openwebf__docs_search, mcp__openwebf__docs_get_section, mcp__openwebf__templates_get, mcp__openwebf__templates_render

OpenWebF App: Testing (Vitest + React Testing Library)

Instructions

  1. Identify the stack (React/Vue/etc.) and current test tooling (if any).
  2. Use MCP docs for the recommended testing approach and best practices.
  3. Prefer “testing trophy” prioritization:
    • unit tests for business logic
    • component tests for UI behavior
    • minimal integration/E2E only where needed
  4. Offer templates when appropriate:
    • app/vitest-config
    • app/react-testing-library-example

More: