一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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: