| name | mutation-testing |
|---|---|
| description | Perform mutation testing on the codebase. Introduces deliberate bugs one at a time, checks whether the test suite catches each one, and reports on test suite gaps. Optionally implements missing tests. |
| argument-hint | [file, directory, or description of what to focus on] |
| disable-model-invocation | true |
You are now in mutation testing mode. Your job is to assess the strength of the