test-suite-audit

Repeatedly execute a test suite with mutation testing to flag flaky tests and propose hardening tests.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/skylarsabo/code-ops --skill test-suite-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-suite-audit
Source: https://github.com/skylarsabo/code-ops/tree/main/plugins/rigor/skills/test-suite-audit
Command: npx skills add https://github.com/skylarsabo/code-ops --skill test-suite-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates the effectiveness of your test suite, identifying potential weaknesses and ensuring that only proven tests are used in critical decision-making processes.

Core Features & Use Cases

  • Audit Test Suite: Repeatedly executes the suite and mutation testing to ensure that flaky tests are identified and that the suite kills injected faults.
  • Hardening Tests: Proposes and adds hardening tests to address identified gaps in test coverage.
  • Use Case: Integrate this Skill into your rigor suite to confirm that the green suite actually catches faults, providing a reliable trust map for test effectiveness.

Quick Start

Invoke the skill to perform a test suite audit: /rigor:test-suite-audit.

Frequently Asked Questions about test-suite-audit

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

FAQPage Schema
How do I check if my test suite is effective and actually catches faults?

Test suite effectiveness is validated through repeated execution and mutation testing, which injects faults into your code to verify the suite catches them. This process flags flaky tests and identifies gaps in coverage.

What is mutation testing and how does it find flaky tests?

Mutation testing is a technique that injects faults into code to check if the test suite fails as expected. Repeated execution alongside mutation testing identifies flaky tests that pass or fail inconsistently.

How do I add hardening tests to improve test suite integrity?

Hardening tests are proposed and added automatically after auditing identifies gaps in test coverage. These additional tests ensure the suite reliably catches injected faults during future mutations.

Can I integrate test validation into my development workflow?

Yes, test validation can be integrated into development workflows requiring high levels of test reliability. Running an audit confirms your green suite actually catches faults before critical decision-making.

When should I audit my test suite for flaky test detection?

You should audit your test suite when you need a reliable trust map for test effectiveness in critical decision-making processes. The audit repeatedly executes the suite to flag flaky tests and validate fault detection.