Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/gosmith:ginkgo --focus=PATTERN|--label=LABEL|--parallel--focus=PATTERN|--label=LABEL|--parallelhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Validate**:
Validate:
go.mod existsgo list -m github.com/onsi/ginkgo/v2 (latest: v2.28.1)ginkgo CLI: which ginkgo or suggest go install github.com/onsi/ginkgo/v2/ginkgo@latestParse args:
--focus=PATTERN: Run specs matching pattern (-focus=PATTERN)--label=LABEL: Filter by label (-label-filter=LABEL)--parallel or -p: Enable parallel execution--race: Enable race detector--cover: Generate coverage profile./...Execute:
test, test-e2e, ginkgo targets firstginkgo run [flags] ./...-v for verbose, --poll-progress-after=30s for stuck test visibilityReport:
ginkgo.By() contextBy() step before hangEdge cases:
*_suite_test.go files found"go install github.com/onsi/ginkgo/v2/ginkgo@latest"--flake-attempts=2 for retriesPatterns: For test authoring best practices, see best-practices.md
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub otaviof/gosmith --plugin gosmith