mutation-testing

Installation
SKILL.md

Mutation Testing

Table of Contents

Overview

Mutation testing assesses test suite quality by introducing small changes (mutations) to source code and verifying that tests fail. If tests don't catch a mutation, it indicates gaps in test coverage or test quality. This technique helps identify weak or ineffective tests.

When to Use

Installs
409
GitHub Stars
287
First Seen
Jan 21, 2026
mutation-testing — aj-geddes/useful-ai-prompts