qa-flaky-governance

Detects, classifies, and manages flaky tests in QA workflows.

Updated May 28, 2026
One-click install
npx skills add https://github.com/SensLiao/Claude-code-setting --skill qa-flaky-governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-flaky-governance
Source: https://github.com/SensLiao/Claude-code-setting/tree/main/skills/qa-flaky-governance
Command: npx skills add https://github.com/SensLiao/Claude-code-setting --skill qa-flaky-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the issue of flaky tests in QA workflows, ensuring the reliability and accuracy of test results.

Core Features & Use Cases

  • Flaky Test Detection: Identifies flaky tests based on multiple failures and retries.
  • Classification: Categorizes flaky tests into 8 different types for better understanding and management.
  • Quarantine Accountability: Tracks the accountability of flaky tests with owner, issue, and expiry details.
  • Cleanup Cadence: Automates the review and cleanup of quarantined tests.

Quick Start

Run the skill with the trigger phrase "flaky test" to initiate the flaky test detection and management process.

Frequently Asked Questions about qa-flaky-governance

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

FAQPage Schema
How do I detect and manage flaky tests in my continuous integration workflow?

Flaky test detection in continuous integration identifies inconsistent tests based on multiple failures and retries, then classifies them into 8 distinct categories for targeted management.

What is the best way to quarantine flaky tests and track their accountability?

Quarantine accountability tracks flaky tests by assigning an owner, linking an issue, and setting an expiry date, automating the cleanup cadence for quarantined tests.

How do I classify flaky tests to understand the root cause of test unreliability?

Classifying flaky tests categorizes them into 8 different types, providing better understanding of test unreliability and enabling targeted resolution strategies.

Do I need Playwright to diagnose flaky tests in automated testing environments?

Yes, you need Playwright to diagnose flaky tests in automated testing environments, as the Skill requires the Playwright framework for its diagnosis and detection features.

Can I automate the cleanup of quarantined tests in my QA pipeline?

Yes, you can automate the review and cleanup of quarantined tests in your QA pipeline, as the Skill manages cleanup cadence to ensure outdated quarantines are resolved.

Why does my continuous integration pipeline still fail when test reliability issues are quarantined?

If quarantined tests are not tracked with an owner and expiry date, they accumulate in the pipeline; the Skill automates cleanup cadence to prevent outdated quarantines from blocking continuous integration.