What problem does it solve? Code coverage alone cannot tell whether tests actually catch bugs. This Skill configures and runs Stryker.NET mutation testing on .NET projects so teams can measure whether their test suites detect real faults in critical code. ## Core Features & Use Cases - Mutation Testing Execution: Run Stryker.NET against targeted projects or solutions with configurable mutation levels, thresholds, and reporters. - Scoped CI Integration: Set up incremental or scheduled mutation runs that stay out of the fastest PR path, with threshold gates tuned for new, legacy, or high-risk code. - Bootstrap and Verification: Detect existing tool manifests, install dotnet-stryker as a local tool, and produce reproducible commands with a structured status report. - Use Case: A team wants to validate tests for a critical domain layer. The Skill installs Stryker.NET locally, scopes mutations to the domain project, runs the analysis, and returns the mutation score with surviving-mutant guidance. ## Quick Start Ask the AI to add Stryker.NET mutation testing to a specific .NET project and report the mutation score for its critical code paths.