Add skills

This commit is contained in:
Sven van Heugten 2026-04-29 07:09:46 +02:00
parent 5adf626209
commit 5b7150d297
No known key found for this signature in database
GPG key ID: D612F88666F4F660
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,18 @@
---
name: Maintain mutations
description: Trigger when asked to maintain mutations
---
Start with:
```sh
mutannot <path/to/test-project.fsproj> --validate
```
Fix every reported error. Re-run `mutannot <path/to/test-project.fsproj> --validate` until it succeeds with no errors.
If you change mutations, you must run the changed mutations with:
```sh
mutannot <path/to/test-project.fsproj> --run <mutation id 1> <mutation id 2> <...>
```