بنقرة واحدة
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: