Stryker

Use the open-source free `Stryker.NET` mutation testing tool for .NET. Use when a repo needs to measure whether tests actually catch faults, especially in critical libraries or domains. USE FOR: the repo uses or wants Stryker.NET; mutation testing is needed for high-risk code. DO NOT USE FOR: every PR path by default in a large repo; simple coverage collection. INVOKES: inspect the repository context, edit targeted files, and run relevant build, test, lint, or validation commands when changes are made.

managedcode fca6dd0 5 files · 15.3 KB Updated

File contents

managedcode/llmtck/tree/main/.codex/skills/stryker commit fca6dd0f66

Frequently asked questions

npx skillmds@latest add managedcode/stryker