mh-cto-sdlc-test-health

Measure test suite flakiness, coverage alignment, and maintenance burden.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Imad-Oute/MicroHard --skill mh-cto-sdlc-test-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mh-cto-sdlc-test-health
Source: https://github.com/Imad-Oute/MicroHard/tree/main/src/departments/cto/sdlc/phase-8-validation/mh-cto-sdlc-test-health
Command: npx skills add https://github.com/Imad-Oute/MicroHard --skill mh-cto-sdlc-test-health

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures the ongoing health of your test suite by measuring reliability, coverage alignment, and maintenance burden, preventing regression and improving quality.

Core Features & Use Cases

  • Reliability Analysis: Identify and classify flaky tests to maintain test suite accuracy.
  • Coverage Alignment: Assess current coverage against baseline targets to ensure all risks are covered.
  • Maintainability Assessment: Evaluate the test suite's complexity and ease of changes to prevent technical debt.
  • Use Case: After every sprint, use this skill to monitor the health of your test suite and address any issues promptly.

Quick Start

Run the test suite health review with the command: /mh-cto-sdlc-test-health

Frequently Asked Questions about mh-cto-sdlc-test-health

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

FAQPage Schema
How do I analyze flaky tests and measure test suite health?

Test suite health is measured by analyzing execution logs to classify flaky tests, assessing coverage alignment against baselines, and evaluating maintenance burden to ensure reliability and prevent technical debt.

What is test suite maintenance burden and how is it evaluated?

Maintenance burden evaluates test suite complexity and ease of changes to prevent technical debt, ensuring ongoing test suite reliability and sustainability by analyzing test metadata and execution logs.

How do I assess test coverage alignment against baseline targets?

Coverage alignment assesses current coverage against baseline targets by analyzing coverage reports and test metadata, ensuring all project risks are covered and maintaining overall test suite integrity.

When do I need to run a test suite health review?

Run a test suite health review after every sprint to monitor reliability, address coverage gaps promptly, and evaluate maintainability, preventing regression and improving overall software quality.

What data do I need to evaluate test suite reliability and flakiness?

Evaluating test suite reliability requires access to test suite metadata, execution logs for flakiness analysis, and coverage reports to measure alignment and maintenance burden accurately.

Does test suite health monitoring prevent regression in continuous integration?

Test suite health monitoring prevents regression by measuring flakiness rate and coverage alignment, ensuring test suite reliability and maintainability within your software engineering lifecycle.