.claude/skills/golang-testingRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Production-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapshot testing, code coverage, integration tests, idiomatic test naming. Use when writing or reviewing Go tests, choosing a testing approach, setting up Go test CI, or debugging flaky/slow tests. For testify-specific APIs see `samber/cc-skills-golang@golang-stretchr-testify`; for measurement methodology see `samber/cc-skills-golang@golang-benchmark`.
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/golang-testingRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/golang-testingRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/golang-testingRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @samber/golang-testingclawhub inspect @samber/golang-testing --version 1.3.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:a392342be5938eb6096ed2f161d1530193b1e486715f8f130723e59451312a7cevals/evals.jsonreferences/helpers.mdreferences/http-testing.mdreferences/integration-testing.mdreferences/mocking.mdskill-card.mdSKILL.mdVersion 1.3.0 of golang-testing makes test file structure requirements explicit and adds orchestration guidance for advanced audit workflows. - Clarifies that test files must be named after the source file under test (not the function/method), enhancing navigation and tool compatibility. - Advises maintaining test function order to match source file order, aiding readability. - Documents rare exceptions for splitting large test files. - Adds orchestration mode instructions for audit sub-agents and merging reports, with explicit knobs for Claude Code (ultrathink, ultracode). - Updates compatibility metadata to include Codex-style harnesses. - Removes skill-card.md file.