revealui-testing

Triage Vitest and Turbo test failures in the RevealUI monorepo.

4|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/RevealUIStudio/revealui --skill revealui-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revealui-testing
Source: https://github.com/RevealUIStudio/revealui/tree/main/.agents/skills/revealui-testing
Command: npx skills add https://github.com/RevealUIStudio/revealui --skill revealui-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triages and guides testing failures and flaky suites in the RevealUI monorepo to reduce noise and stabilize CI.

Core Features & Use Cases

  • Triaging failing tests and flaky suites across packages to identify root causes.
  • Tuning Vitest and Turbo configurations to improve reliability and reduce false positives.
  • Handling React Testing Library warnings and distinguishing real regressions from runner pressure.

Quick Start

When encountering test failures or flaky tests, apply these guidelines to triage and stabilize the RevealUI test suite.

Frequently Asked Questions about revealui-testing

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

FAQPage Schema
How do I triage flaky tests in a Vitest and Turbo monorepo?

Tuning Vitest and Turbo configurations improves reliability by codifying timeout adjustments and worker cap strategies, reducing false positives caused by runner pressure across packages and apps.

How do I handle React Testing Library warnings during test triage?

Handling React Testing Library warnings during test triage distinguishes real regressions from runner pressure, applying scoped fixes to tests when warnings indicate actual failures rather than monorepo test runner strain.

Why does my monorepo test suite fail across multiple packages?

Monorepo test suite failures across multiple packages often stem from flaky suites or configuration issues; triage procedures analyze these failures to identify root causes and apply scoped fixes to stabilize the tests.

Can I apply scoped fixes to failing tests in a monorepo?

Applying scoped fixes to failing tests in a monorepo is supported by codified triage procedures that identify root causes and adjust test configurations across packages and apps to reduce noise and stabilize CI.

What are the limitations of triaging flaky tests in a monorepo?

Limitations of triaging flaky tests in a monorepo include distinguishing real regressions from runner pressure and managing false positives, requiring timeout tuning and worker cap strategies to stabilize CI effectively.