Real Skill packageSource verifiedClawHub registry

golang-testing

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`.

Identity and source

Publisher attributionSamuel Bertheregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 73% rule confidence
Package forminstruction bundle7 recorded files
Canonical sourceClawHub registryclawhub:samber:golang-testing
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/23/2026.claude/skills/golang-testing

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/23/2026.agents/skills/golang-testing

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/23/2026skills/golang-testing

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

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-testing
clawhub inspect @samber/golang-testing --version 1.3.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
7 / 7 inspected as text
Checked
8/23/2026, 1:06:03 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
External clawhub result: clean

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.

Evidence checked
8/23/2026, 8:13:23 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:a392342be5938eb6096ed2f161d1530193b1e486715f8f130723e59451312a7c
Show up to 7 recorded paths
  • evals/evals.json
  • references/helpers.md
  • references/http-testing.md
  • references/integration-testing.md
  • references/mocking.md
  • skill-card.md
  • SKILL.md

Source changelog

Version 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.