ワンクリックで
mutation-pkg
Run gremlins mutation testing on a specified Go package, following the same pattern as make test-mutation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run gremlins mutation testing on a specified Go package, following the same pattern as make test-mutation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Run test coverage check and report per-package breakdown highlighting packages below the 72% gate and 80% new-code target
Scaffold a new YAML test fixture and register its path constant in testutil/test_constants.go
Scaffold a new documentation theme following the project's theme registration pattern from CLAUDE.md
Run all project security scans (make security) and summarize findings by tool and severity
SOC 職業分類に基づく
| name | mutation-pkg |
| description | Run gremlins mutation testing on a specified Go package, following the same pattern as make test-mutation |
The user provides a package path argument (e.g. ./internal/wizard).
Run the mutation test using the exact Makefile pattern:
go run github.com/go-gremlins/gremlins/cmd/gremlins@v0.6.0 unleash --timeout-coefficient 10 --workers 1 <package>
Scale --timeout-coefficient for larger packages:
test-mutation-validation)Report: