·typescript-testing
</>

typescript-testing

shinpr/claude-code-workflows

Frontend testing rules with Vitest, React Testing Library, and MSW. Includes coverage requirements, test design principles, and quality criteria. Use when writing frontend tests or reviewing test quality.

7Installs·1Trend·@shinpr

Installation

$npx skills add https://github.com/shinpr/claude-code-workflows --skill typescript-testing

SKILL.md

Coverage Requirements (ADR-0002 Compliant) Mandatory: Unit test coverage must be 60% or higher Component-specific targets:

Fix tests: Wrong expected values, references to non-existent features, dependence on implementation details, implementation only for tests Fix implementation: Valid specifications, business logic, important edge cases When in doubt: Confirm with user

Basic Principles Use test helpers to reduce duplication and improve maintainability.

Frontend testing rules with Vitest, React Testing Library, and MSW. Includes coverage requirements, test design principles, and quality criteria. Use when writing frontend tests or reviewing test quality. Source: shinpr/claude-code-workflows.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/shinpr/claude-code-workflows --skill typescript-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is typescript-testing?

Frontend testing rules with Vitest, React Testing Library, and MSW. Includes coverage requirements, test design principles, and quality criteria. Use when writing frontend tests or reviewing test quality. Source: shinpr/claude-code-workflows.

How do I install typescript-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/shinpr/claude-code-workflows --skill typescript-testing 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/shinpr/claude-code-workflows