con un clic
ginkgo
Run Ginkgo BDD tests with Kubernetes-aligned conventions.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run Ginkgo BDD tests with Kubernetes-aligned conventions.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Fetch PR review comments, triage against codebase, apply fixes, generate reply report.
Verify answers by checking sources, contradictions, and confidence level.
Run, discover, or review Makefile targets. Use for build automation.
Extract readable web content, removing navigation/ads to save tokens.
Fetch Jira tickets as clean markdown using native ADF format.
5-element persona framework template for creating Claude Code agents
| name | ginkgo |
| description | Run Ginkgo BDD tests with Kubernetes-aligned conventions. |
| argument-hint | --focus=PATTERN|--label=LABEL|--parallel |
| allowed-tools | Bash |
| model | haiku |
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