test-coverage

Coordinate Playwright E2E and Vitest unit tests to track coverage gaps.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/LimaTechnologies/admin-telegram-bot --skill test-coverage-limatechnologies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-coverage
Source: https://github.com/LimaTechnologies/admin-telegram-bot/tree/main/.claude/skills/test-coverage
Command: npx skills add https://github.com/LimaTechnologies/admin-telegram-bot --skill test-coverage-limatechnologies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill coordinates Playwright E2E tests and Vitest unit tests to guarantee comprehensive test coverage across a codebase, surfacing untested files and ensuring critical paths are validated.

Core Features & Use Cases

  • Detects new files that require tests and tracks coverage gaps.
  • Maps UI components to routes and API interactions to ensure end-to-end visibility.
  • Enforces multi-viewport testing and post-action database validation.
  • Provides templates and fixtures with automatic cleanup to prevent orphaned test data.
  • Use cases: onboarding new projects, enforcing testing discipline in teams, and maintaining robust test suites.

Quick Start

Install Playwright and Vitest, then run the test-coverage scaffold to generate E2E and unit test templates with fixture-based cleanup.

Frequently Asked Questions about test-coverage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate Playwright E2E tests and Vitest unit tests for full coverage?

To coordinate Playwright E2E and Vitest unit tests for full coverage, use this skill to surface untested files, map UI components to routes, and generate test templates with fixture-based cleanup.

How do I track untested files and find coverage gaps in my web application?

Track untested files and coverage gaps by running the test-coverage scaffold, which detects new files lacking tests and maps UI components to API interactions to expose unvalidated critical paths.

Can I enforce multi-viewport testing and database validation with Playwright?

Yes, you can enforce multi-viewport testing and post-action database validation with Playwright by using this skill to configure test templates that automatically verify authentication and database state.

Do I need Playwright and Vitest installed to use the test-coverage skill?

Yes, you need Playwright and Vitest installed to use the test-coverage skill, as it requires both tooling frameworks to generate E2E and unit test templates and execute fixture-based cleanup patterns.

How do I prevent orphaned test data when running E2E and unit tests?

Prevent orphaned test data when running E2E and unit tests by using the skill's fixture-based cleanup patterns, which automatically remove test artifacts generated during component and API validation.

What is the best way to map UI components to routes and API interactions for testing?

The best way to map UI components to routes and API interactions for testing is using this skill to analyze your codebase structure and generate coordinated E2E and unit test templates covering those paths.