원클릭으로
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: